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

Dave Reisner dreisner at archlinux.org
Tue Nov 29 18:11:17 UTC 2011


    Date: Tuesday, November 29, 2011 @ 13:11:16
  Author: dreisner
Revision: 143831

upgpkg: mkinitcpio 0.8.0-2

add compat symlink to avoid breaking the installer

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-29 16:30:26 UTC (rev 143830)
+++ PKGBUILD	2011-11-29 18:11:16 UTC (rev 143831)
@@ -4,7 +4,7 @@
 
 pkgname=mkinitcpio
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
 url="http://www.archlinux.org/"
@@ -25,4 +25,8 @@
   cd "$srcdir/$pkgname-$pkgver"
 
   make DESTDIR="$pkgdir" install
+
+  # add compat symlink until people stop hardcoding paths !$%(&*!#$
+  mkdir "$pkgdir/sbin"
+  ln -s /usr/bin/mkinitcpio "$pkgdir/sbin/mkinitcpio"
 }




More information about the arch-commits mailing list