os-prober: update to 1.63.
This commit is contained in:
parent
29d85a0ada
commit
f3e192fa8f
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'os-prober'
|
||||
pkgname=os-prober
|
||||
version=1.58
|
||||
revision=5
|
||||
version=1.63
|
||||
revision=1
|
||||
short_desc="Utility to detect other OSes on a set of drives"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://packages.debian.org/sid/os-prober"
|
||||
license="GPL-2"
|
||||
distfiles="${DEBIAN_SITE}/main/o/$pkgname/${pkgname}_$version.tar.gz"
|
||||
checksum=db1d936c0356e7a7c2dab5e9aebdf4132e745fd2972ba5016ed6690a0445ea93
|
||||
checksum=3065bc32e65ab80549721937d357f60ce659c18e5e32a6959c21b38a901c559b
|
||||
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
|
@ -24,7 +24,7 @@ do_install() {
|
|||
install -m755 -t ${DESTDIR}/usr/lib/${dir} ${dir}/common/*
|
||||
[ -d ${dir}/x86 ] && cp -r ${dir}/x86/* ${DESTDIR}/usr/lib/${dir}
|
||||
done
|
||||
vinstall os-probes/mounted/powerpc/20macosx 755 usr/lib/os-probes/mounted/20macosx
|
||||
vinstall os-probes/mounted/powerpc/20macosx 755 usr/lib/os-probes/mounted
|
||||
}
|
||||
|
||||
os-prober_package() {
|
||||
|
|
Loading…
Reference in New Issue