Skip to content

Commit

Permalink
base-files: initialise empty etc/modules-load.d folder
Browse files Browse the repository at this point in the history
  • Loading branch information
NeelChotai committed Feb 27, 2021
1 parent 6b17cda commit 84957e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/base-files/INSTALL
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/base-files/template
@@ -1,7 +1,7 @@
# Template file for 'base-files'
pkgname=base-files
version=0.141
revision=7
revision=8
bootstrap=yes
depends="xbps-triggers"
short_desc="Void Linux base system files"
Expand Down

0 comments on commit 84957e0

Please sign in to comment.