index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | scripts/makepkg | 2 |
diff --git a/scripts/makepkg b/scripts/makepkg index f755e8c9..ec431f5e 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -924,7 +924,7 @@ msg "Compressing package..." cd "$startdir/pkg" pkg_file="$PKGDEST/$pkgname-$pkgver-$pkgrel-${CARCH}.${PKGEXT}" -comp_files=".PKGINFO .FILELIST ${install:+.INSTALL}" +comp_files=".PKGINFO .FILELIST .INSTALL" [ $have_changelog -eq 1 ] && comp_files=".CHANGELOG $comp_files" if ! tar czf $pkg_file $comp_files *; then |