diff options
author | asami <asami@FreeBSD.org> | 1995-07-20 00:25:25 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-20 00:25:25 +0000 |
commit | 50807301bf19befa18218182fa43bbc6a09dd6af (patch) | |
tree | beaeaa208f94f3ef99444ddcf021865858d78129 /editors/mule-common/pkg-plist | |
parent | 818a30734e0165aabfcb6c2251cc7078cbc89e53 (diff) | |
download | FreeBSD-ports-50807301bf19befa18218182fa43bbc6a09dd6af.zip FreeBSD-ports-50807301bf19befa18218182fa43bbc6a09dd6af.tar.gz |
Add a mkdir -p for share/emacs/site-lisp, just in case. Reverse the
order of the search for site-lisp (lib/mule is searched before
share/emacs now).
Diffstat (limited to 'editors/mule-common/pkg-plist')
-rw-r--r-- | editors/mule-common/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/mule-common/pkg-plist b/editors/mule-common/pkg-plist index a329e4a..9d7f9ba 100644 --- a/editors/mule-common/pkg-plist +++ b/editors/mule-common/pkg-plist @@ -1,4 +1,4 @@ -@cwd /usr/local +@exec mkdir -p %D/share/emacs/site-lisp @exec mkdir -p %D/lib/mule/site-lisp @exec mkdir -p %D/lib/mule/lock @exec chmod 777 %D/lib/mule/lock |