mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-01 01:22:55 +02:00
grml-rescueboot: update to 0.6.7.
This commit is contained in:
parent
021cae6a1b
commit
1f0a75eecc
1 changed files with 3 additions and 5 deletions
|
@ -1,22 +1,20 @@
|
|||
# Template file for 'grml-rescueboot'
|
||||
pkgname=grml-rescueboot
|
||||
version=0.6.6
|
||||
version=0.6.7
|
||||
revision=1
|
||||
archs="i686 x86_64"
|
||||
build_style="gnu-makefile"
|
||||
conf_files="/etc/default/grml-rescueboot"
|
||||
make_dirs="/boot/grml 0755 root root"
|
||||
hostmakedepends="xmltoman"
|
||||
depends="grub"
|
||||
short_desc="Grub rules to find and boot Grml ISO images"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://wiki.grml.org/doku.php?id=rescueboot"
|
||||
distfiles="https://github.com/grml/grml-rescueboot/archive/v${version}.tar.gz"
|
||||
checksum=65a1672f7eeb095e8dd6e35847220d7a6623549d171b635ab8f16271cf048f4b
|
||||
checksum=30827fc540cb5731b23c505165d004ac941727597159e0634ed3c72970d7baec
|
||||
|
||||
do_build() {
|
||||
:
|
||||
}
|
||||
post_extract() {
|
||||
sed -i 's/sbin/bin/g' Makefile
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue