[arch-commits] Commit in fwbuilder/trunk (PKGBUILD)

Eric Belanger eric at archlinux.org
Tue Oct 28 04:35:55 UTC 2008


    Date: Tuesday, October 28, 2008 @ 00:35:54
  Author: eric
Revision: 17296

upgpkg: fwbuilder 3.0.1-1
    cleaning up PKGBUILD

Modified:
  fwbuilder/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ------
 1 file changed, 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-28 03:06:00 UTC (rev 17295)
+++ PKGBUILD	2008-10-28 04:35:54 UTC (rev 17296)
@@ -15,13 +15,7 @@
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-#  [ "$CARCH" = "x86_64" ] && ARCH="-64"
-#  export QMAKESPEC=/opt/qt/mkspecs/linux-g++$ARCH/
   ./configure --prefix=/usr
-  # fix the lib paths
-#  [ "$CARCH" = "x86_64" ] &&  sed -i "s#lib64#lib#g" \
-#	{src/fwbedit/Makefile,src/fwblookup/Makefile,src/gui/Makefile,src/ipt/Makefile,src/pf/Makefile,src/ipf/Makefile,src/ipfw/Makefile}
   make || return 1
-  #make prefix=$startdir/pkg/usr install
   make INSTALL_ROOT=$startdir/pkg install
 }




More information about the arch-commits mailing list