[pacman-dev] CVS update of pacman-lib/scripts (makepkg)

Aaron Griffin aaron at archlinux.org
Wed Jan 31 21:02:45 EST 2007


    Date: Wednesday, January 31, 2007 @ 21:02:45
  Author: aaron
    Path: /home/cvs-pacman/pacman-lib/scripts

Modified: makepkg (1.37 -> 1.38)

install scriptlet is _always_ .INSTALL


---------+
 makepkg |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Index: pacman-lib/scripts/makepkg
diff -u pacman-lib/scripts/makepkg:1.37 pacman-lib/scripts/makepkg:1.38
--- pacman-lib/scripts/makepkg:1.37	Wed Jan 31 20:59:26 2007
+++ pacman-lib/scripts/makepkg	Wed Jan 31 21:02:45 2007
@@ -924,7 +924,7 @@
 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




More information about the pacman-dev mailing list