mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
base-files: update dracut distribution settings with new udev path.
This commit is contained in:
parent
06e6de5bc2
commit
e93eea19a6
2 changed files with 2 additions and 2 deletions
|
@ -9,4 +9,4 @@ realinitpath="/usr/lib/systemd/systemd"
|
||||||
prefix="/"
|
prefix="/"
|
||||||
systemdutildir=/usr/lib/systemd
|
systemdutildir=/usr/lib/systemd
|
||||||
systemdsystemunitdir=/usr/lib/systemd/system
|
systemdsystemunitdir=/usr/lib/systemd/system
|
||||||
udevdir=/usr/lib/udev
|
udevdir=/usr/bin
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'base-files'
|
# Template file for 'base-files'
|
||||||
pkgname=base-files
|
pkgname=base-files
|
||||||
version=0.122
|
version=0.123
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
depends="base-directories xbps-triggers"
|
depends="base-directories xbps-triggers"
|
||||||
|
|
Loading…
Add table
Reference in a new issue