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

Thomas Bächler thomas at archlinux.org
Wed Oct 21 16:48:53 UTC 2009


    Date: Wednesday, October 21, 2009 @ 12:48:52
  Author: thomas
Revision: 56331

Fix compilation with makepkg -L, requires pacman 3.3

Modified:
  klibc/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++++
 1 file changed, 5 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-21 16:04:56 UTC (rev 56330)
+++ PKGBUILD	2009-10-21 16:48:52 UTC (rev 56331)
@@ -51,6 +51,11 @@
   patch -p1 -i ../kinit-fix-init-cmdline.patch || return 1
   
   make EXTRA_KLIBCFLAGS='' || return 1
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
   make INSTALLROOT=$pkgdir mandir=/usr/share/man install || return 1
   #ln -sf asm-x86 $startdir/pkg/usr/lib/klibc/include/asm
   cp -a linux/arch/x86/include/asm/* $pkgdir/usr/lib/klibc/include/asm/




More information about the arch-commits mailing list