diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-20 00:25:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-20 00:25:25 +0000 |
commit | 132c2b9d7c35f1229e77e9b6422e78ec4be1df11 (patch) | |
tree | 03cbb7ba028bb7fc49fe9aad85ec00f6015d7a55 /editors/mule-common/pkg-plist | |
parent | 897790967348ca34f2bd8205a63ee4c05a0e56c9 (diff) | |
download | freebsd-ports-132c2b9d7c35f1229e77e9b6422e78ec4be1df11.zip |
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 a329e4a41d5f..9d7f9ba8a9cb 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 |