diff options
Diffstat (limited to 'community/os-prober/PKGBUILD')
-rw-r--r-- | community/os-prober/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/os-prober/PKGBUILD b/community/os-prober/PKGBUILD index 7e69e7cd7..d2651a30c 100644 --- a/community/os-prober/PKGBUILD +++ b/community/os-prober/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 82903 2013-01-25 12:14:34Z tredaelli $ +# $Id: PKGBUILD 83235 2013-01-28 14:43:38Z tredaelli $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: darkcoder <mario_vazq@hotmail.com> 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' 'mips64el') @@ -38,5 +38,7 @@ package() { [[ -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 } |