From 16e01cfe736d348b4f8276f54ebe0efa020db058 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Thu, 1 Feb 2007 02:34:03 +0000 Subject: It appears I misunderstood what this bash-ism did --- scripts/makepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/makepkg b/scripts/makepkg index 2d4510fd..4f021876 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -927,7 +927,7 @@ msg "Compressing package..." 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 -- cgit v1.2.3-24-g4f1b