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

Timothy Redaelli tredaelli at nymeria.archlinux.org
Mon Jan 28 14:43:00 UTC 2013


    Date: Monday, January 28, 2013 @ 15:42:59
  Author: tredaelli
Revision: 83234

upgpkg: os-prober 1.57-3

Make empty /var/lib/os-prober directory (FS#33563)

Modified:
  os-prober/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-28 14:16:05 UTC (rev 83233)
+++ PKGBUILD	2013-01-28 14:42:59 UTC (rev 83234)
@@ -4,7 +4,7 @@
 
 pkgname=os-prober
 pkgver=1.57
-pkgrel=2
+pkgrel=3
 pkgdesc="Utility to detect other OSes on a set of drives"
 url="http://joey.kitenet.net/code/os-prober/"
 arch=('i686' 'x86_64')
@@ -38,5 +38,7 @@
     [[ -d "$dir"/x86 ]] && install -m755 -t "$pkgdir/usr/lib/$dir" "$dir"/x86/*
   done
 
-  install -Dm755 os-probes/mounted/powerpc/20macosx $pkgdir/usr/lib/os-probes/mounted/20macosx
+  install -Dm755 os-probes/mounted/powerpc/20macosx "$pkgdir"/usr/lib/os-probes/mounted/20macosx
+
+  install -dm755 "$pkgdir"/var/lib/os-prober
 }




More information about the arch-commits mailing list