index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaron@archlinux.org> | 2007-02-01 02:34:03 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-02-01 02:34:03 +0000 |
commit | 16e01cfe736d348b4f8276f54ebe0efa020db058 (patch) | |
tree | 483b9bc1ee72f3f57ecc0cc96f98ecf20bb68820 | |
parent | a2bd6d105ce944a6981d2f67fbca3f59ff0cbe0b (diff) |
-rwxr-xr-x | scripts/makepkg | 2 |
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 |