summaryrefslogtreecommitdiffstats
path: root/scripts/pkgdelta.sh.in
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-06-24 04:21:51 +0200
committerDan McGee <dan@archlinux.org>2011-06-24 05:50:01 +0200
commita4a7006a138f05c1b774414a55ffb5499d7b289f (patch)
tree2ba3009d856a4bb6047ce72bc83d078c988a977e /scripts/pkgdelta.sh.in
parent78f297dabe17eef518eaccb880f9013641124cda (diff)
downloadpacman-a4a7006a138f05c1b774414a55ffb5499d7b289f.tar.gz
pacman-a4a7006a138f05c1b774414a55ffb5499d7b289f.tar.xz
po/: split into scripts/po/ and src/pacman/po/
This is the first step at separating the pacman message catalog and the scripts message catalog. Makefiles, configure.ac, and other such files are adjusted accordingly, as well as renaming files. The TEXTDOMAIN of scripts is also adjusted. Note that no actual pot or po files get changed here; these will get pruned in a future commit so each catalog contains only the necessary messages. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/pkgdelta.sh.in')
-rw-r--r--scripts/pkgdelta.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pkgdelta.sh.in b/scripts/pkgdelta.sh.in
index c5a48828..c8b8a1fd 100644
--- a/scripts/pkgdelta.sh.in
+++ b/scripts/pkgdelta.sh.in
@@ -24,7 +24,7 @@ set -o nounset
set -o errexit
# gettext initialization
-export TEXTDOMAIN='pacman'
+export TEXTDOMAIN='pacman-scripts'
export TEXTDOMAINDIR='@localedir@'
myver='@PACKAGE_VERSION@'