mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
parent
04fb38b2c1
commit
7af1e2eced
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dracut'
|
# Template file for 'dracut'
|
||||||
pkgname=dracut
|
pkgname=dracut
|
||||||
version=044
|
version=044
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --sysconfdir=/etc"
|
configure_args="--prefix=/usr --sysconfdir=/etc"
|
||||||
hostmakedepends="libxslt docbook-xsl asciidoc"
|
hostmakedepends="libxslt docbook-xsl asciidoc"
|
||||||
|
@ -28,7 +28,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
dracut-network_package() {
|
dracut-network_package() {
|
||||||
depends="dracut-${version}_${revision}"
|
depends="dhclient dracut-${version}_${revision}"
|
||||||
short_desc+=" - network modules"
|
short_desc+=" - network modules"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue