index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-06-23 21:21:51 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-23 22:50:01 -0500 |
commit | a4a7006a138f05c1b774414a55ffb5499d7b289f (patch) | |
tree | 2ba3009d856a4bb6047ce72bc83d078c988a977e /scripts/makepkg.sh.in | |
parent | 78f297dabe17eef518eaccb880f9013641124cda (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 239bb642..37d5a5e4 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -31,7 +31,7 @@ # gettext, gpg, grep, gzip, openssl, sed, tput (ncurses), xz # gettext initialization -export TEXTDOMAIN='pacman' +export TEXTDOMAIN='pacman-scripts' export TEXTDOMAINDIR='@localedir@' # file -i does not work on Mac OSX unless legacy mode is set |