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

Thomas Bächler thomas at archlinux.org
Tue Sep 22 10:05:07 UTC 2009


    Date: Tuesday, September 22, 2009 @ 06:05:06
  Author: thomas
Revision: 52642

Change busybox path - put it in the base/ subdirectory

Modified:
  mkinitcpio-busybox/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-22 10:02:52 UTC (rev 52641)
+++ PKGBUILD	2009-09-22 10:05:06 UTC (rev 52642)
@@ -17,8 +17,9 @@
 build() {
   cd "${srcdir}/busybox-${pkgver}"
 
+  # TODO: i686 support
   cp "${srcdir}/config" .config
   make || return 1
-  install -D -m755 busybox "${pkgdir}/usr/lib/initramfs/busybox"
+  install -D -m755 busybox "${pkgdir}/usr/lib/initramfs/base/busybox"
 }
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list