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

Ionut Biru ibiru at archlinux.org
Thu Apr 21 15:58:15 UTC 2011


    Date: Thursday, April 21, 2011 @ 11:58:14
  Author: ibiru
Revision: 120232

force removed too early. FS#23866

Modified:
  ethtool/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-21 12:44:30 UTC (rev 120231)
+++ PKGBUILD	2011-04-21 15:58:14 UTC (rev 120232)
@@ -4,6 +4,7 @@
 pkgname=ethtool
 pkgver=2.6.38
 pkgrel=1
+epoch=1
 pkgdesc="gkernel ethtool"
 arch=(i686 x86_64)
 url="http://www.kernel.org/pub/software/network/ethtool/"
@@ -16,5 +17,9 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
-  make DESTDIR="${pkgdir}" install
 }
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list