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