diff options
author | root <root@rshg054.dnsready.net> | 2013-01-26 00:08:39 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-26 00:08:39 -0800 |
commit | 7d3e94229ca9849421d263542eb2c61f64a91c10 (patch) | |
tree | a64484da5988880907feb62e68952c19724a24bd /community/os-prober | |
parent | ef71629a65f6e8052d66775f07b079bf08322476 (diff) |
Sat Jan 26 00:08:39 PST 2013
Diffstat (limited to 'community/os-prober')
-rw-r--r-- | community/os-prober/PKGBUILD | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/community/os-prober/PKGBUILD b/community/os-prober/PKGBUILD index 9e955d266..0d8768b1e 100644 --- a/community/os-prober/PKGBUILD +++ b/community/os-prober/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 79823 2012-11-13 13:48:38Z tredaelli $ +# $Id: PKGBUILD 82903 2013-01-25 12:14:34Z tredaelli $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: darkcoder <mario_vazq@hotmail.com> pkgname=os-prober -pkgver=1.56 -pkgrel=1 +pkgver=1.57 +pkgrel=2 pkgdesc="Utility to detect other OSes on a set of drives" url="http://joey.kitenet.net/code/os-prober/" arch=('i686' 'x86_64') license=('GPL3') depends=('sh') source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.gz) -md5sums=('bd9c1a7fc49a2499d79977cf2c1ec68d') -sha256sums=('88a79a04617f4ecbeb9c4d318cd9cf8fcb4ae7a724bd503942354011c7da5719') +md5sums=('67548b17d55cc32c1168bb5a4061170d') +sha256sums=('d63c6cbb825a7e411aac5e4805edc6db2fbf77a59282b71c10bd29723b8d860c') build() { cd "$srcdir/$pkgname-$pkgver" @@ -39,9 +39,4 @@ package() { done install -Dm755 os-probes/mounted/powerpc/20macosx $pkgdir/usr/lib/os-probes/mounted/20macosx - - # create a empty labels file, will be used by os-prober at execution - mkdir -p $pkgdir/var/lib/os-prober - touch $pkgdir/var/lib/os-prober/labels - chmod 644 $pkgdir/var/lib/os-prober/labels } |