diff options
author | Dan McGee <dan@archlinux.org> | 2009-09-20 19:09:10 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-09-20 19:09:10 +0200 |
commit | 6bfca2fd14d07a18d7000d1f9dd998428036656f (patch) | |
tree | c766b1ea0071f17857a975b15f53a8f77909f46d /scripts/makepkg.sh.in | |
parent | ef3716877032941f7882c11c5a091abef95ef983 (diff) | |
parent | 338c6546ff86acbb25c1508439adfb89c3dea952 (diff) | |
download | pacman-6bfca2fd14d07a18d7000d1f9dd998428036656f.tar.gz pacman-6bfca2fd14d07a18d7000d1f9dd998428036656f.tar.xz |
Merge branch 'maint'
Message updates made this one a bit messy, but nothing too bad.
Conflicts:
lib/libalpm/add.c
lib/libalpm/remove.c
Diffstat (limited to 'scripts/makepkg.sh.in')
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 3e918e69..ac6db800 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -674,7 +674,7 @@ extract_sources() { esac local ret=0 - msg2 "$(gettext "extracting %s with %s")" "$file" "$cmd" + msg2 "$(gettext "Extracting %s with %s")" "$file" "$cmd" if [ "$cmd" = "bsdtar" ]; then $cmd -xf "$file" || ret=? else |