base-files: initialise empty etc/modules-load.d folder
This commit is contained in:
parent
afb77ed1db
commit
3c27182611
2 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ make_system_dirs() {
|
|||
#
|
||||
# Install FHS system directories.
|
||||
#
|
||||
for d in boot etc etc/modprobe.d etc/skel \
|
||||
home dev proc usr mnt opt sys media var run/lock; do
|
||||
for d in boot etc etc/modprobe.d etc/modules-load.d \
|
||||
etc/skel home dev proc usr mnt opt sys media var run/lock; do
|
||||
[ ! -d ${d} ] && install -d ${d}
|
||||
done
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'base-files'
|
||||
pkgname=base-files
|
||||
version=0.141
|
||||
revision=9
|
||||
revision=10
|
||||
bootstrap=yes
|
||||
depends="xbps-triggers"
|
||||
short_desc="Void Linux base system files"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue