summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-02-01 03:02:45 +0100
committerAaron Griffin <aaron@archlinux.org>2007-02-01 03:02:45 +0100
commit4b977d1f2e12387578f22f7105135985de0afa61 (patch)
tree02eca648322063b7fb32d2519ace621c00c72b06 /scripts
parent010f35f299c39d16d947849435d5007a51f8b561 (diff)
downloadpacman-4b977d1f2e12387578f22f7105135985de0afa61.tar.gz
pacman-4b977d1f2e12387578f22f7105135985de0afa61.tar.xz
install scriptlet is _always_ .INSTALL
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/makepkg2
1 files changed, 1 insertions, 1 deletions
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