index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Sebastian Nowicki <sebnow@gmail.com> | 2008-05-28 03:23:56 +0800 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-05-29 06:37:14 -0500 |
commit | 20ae871940b8b7f773b0fdc31f8e053cc3cf4884 (patch) | |
tree | af066af5dde6537701c96dab767f6155e2a3228c | |
parent | b9369a747d0c2fa3ee8371f99f5ca7acbc89f7f9 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 3 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index c81cd2da..a312b493 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -33,6 +33,9 @@ export TEXTDOMAIN='pacman' export TEXTDOMAINDIR='@localedir@' +# file -i does not work on Mac OSX unless legacy mode is set +export COMMAND_MODE='legacy' + myver='@PACKAGE_VERSION@' confdir='@sysconfdir@' startdir="$PWD" |