mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
dracut: drop noarch
This commit is contained in:
parent
d9ba1eeba7
commit
8a9bece3b4
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dracut'
|
# Template file for 'dracut'
|
||||||
pkgname=dracut
|
pkgname=dracut
|
||||||
version=050
|
version=050
|
||||||
revision=8
|
revision=9
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --sysconfdir=/etc"
|
configure_args="--prefix=/usr --sysconfdir=/etc"
|
||||||
conf_files="/etc/dracut.conf"
|
conf_files="/etc/dracut.conf"
|
||||||
|
@ -57,7 +57,6 @@ post_install() {
|
||||||
dracut-network_package() {
|
dracut-network_package() {
|
||||||
depends="dhclient ${sourcepkg}-${version}_${revision}"
|
depends="dhclient ${sourcepkg}-${version}_${revision}"
|
||||||
short_desc+=" - network modules"
|
short_desc+=" - network modules"
|
||||||
archs=noarch
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
for f in 40network 90livenet 95fcoe 95iscsi \
|
for f in 40network 90livenet 95fcoe 95iscsi \
|
||||||
95nbd 95nfs 95zfcp 95znet; do
|
95nbd 95nfs 95zfcp 95znet; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue