[pacman-dev] CVS update of pacman-lib/scripts (makepkg)
Aaron Griffin
aaron at archlinux.org
Wed Jan 31 21:34:03 EST 2007
Date: Wednesday, January 31, 2007 @ 21:34:03
Author: aaron
Path: /home/cvs-pacman/pacman-lib/scripts
Modified: makepkg (1.39 -> 1.40)
It appears I misunderstood what this bash-ism did
---------+
makepkg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: pacman-lib/scripts/makepkg
diff -u pacman-lib/scripts/makepkg:1.39 pacman-lib/scripts/makepkg:1.40
--- pacman-lib/scripts/makepkg:1.39 Wed Jan 31 21:12:49 2007
+++ pacman-lib/scripts/makepkg Wed Jan 31 21:34:03 2007
@@ -927,7 +927,7 @@
cd "$startdir/pkg"
pkg_file="$PKGDEST/$pkgname-$pkgver-$pkgrel-${CARCH}.${PKGEXT}"
-comp_files=".PKGINFO .FILELIST .INSTALL"
+comp_files=".PKGINFO .FILELIST ${install:+.INSTALL}"
[ $have_changelog -eq 1 ] && comp_files=".CHANGELOG $comp_files"
if ! tar czf $pkg_file $comp_files *; then
More information about the pacman-dev
mailing list