[arch-commits] CVS update of extra/network/freepops (PKGBUILD)

Dan McGee dan at archlinux.org
Mon Jun 18 16:16:42 UTC 2007


    Date: Monday, June 18, 2007 @ 12:16:42
  Author: dan
    Path: /home/cvs-extra/extra/network/freepops

Modified: PKGBUILD (1.17 -> 1.18)

upgpkg: freepops 0.2.2-2
fix issue with DESTDIR; we don't want stuff in pkgetc and pkgvar


----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Index: extra/network/freepops/PKGBUILD
diff -u extra/network/freepops/PKGBUILD:1.17 extra/network/freepops/PKGBUILD:1.18
--- extra/network/freepops/PKGBUILD:1.17	Mon Jun 18 12:11:36 2007
+++ extra/network/freepops/PKGBUILD	Mon Jun 18 12:16:42 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.17 2007/06/18 16:11:36 dan Exp $
+# $Id: PKGBUILD,v 1.18 2007/06/18 16:16:42 dan Exp $
 # vim: ts=2 sw=2 noet
 #Maintainer: Simo Leone <simo at archlinux.org>
 pkgname=freepops
@@ -29,7 +29,7 @@
 
 	./configure.sh linux-slack
 	make || return 1
-	make DESTDIR=${startdir}/pkg install
+	make DESTDIR=${startdir}/pkg/ install
 	install -D -m755 ${startdir}/src/freepopsd ${startdir}/pkg/etc/rc.d/freepopsd
 	install -D -m644 ${startdir}/src/freepopsd.conf ${startdir}/pkg/etc/conf.d/freepopsd
 }




More information about the arch-commits mailing list