mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
base-directories: create /media for udisks.
This commit is contained in:
parent
863bd73fb5
commit
8060f24d48
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ make_system_dirs()
|
||||||
# Install FHS system directories.
|
# Install FHS system directories.
|
||||||
#
|
#
|
||||||
for d in boot etc etc/modprobe.d etc/skel \
|
for d in boot etc etc/modprobe.d etc/skel \
|
||||||
home dev proc usr mnt opt sys var run/lock; do
|
home dev proc usr mnt opt sys media var run/lock; do
|
||||||
[ ! -d ${d} ] && install -d ${d}
|
[ ! -d ${d} ] && install -d ${d}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'base-directories'
|
# Template file for 'base-directories'
|
||||||
pkgname=base-directories
|
pkgname=base-directories
|
||||||
version=0.29
|
version=0.30
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue