base-directories: do not create /tmp or /var/tmp dirs anymore.
This commit is contained in:
parent
9ac7356a92
commit
93a5856427
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'base-directories'
|
||||
pkgname=base-directories
|
||||
version=0.2
|
||||
version=0.4
|
||||
build_style=custom-install
|
||||
short_desc="XBPS FHS Base System directories"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -24,7 +24,7 @@ do_install()
|
|||
done
|
||||
|
||||
install -d -m750 ${DESTDIR}/root
|
||||
for d in tmp var/tmp var/lock var/spool/mail; do
|
||||
for d in var/spool/mail; do
|
||||
install -d -m1777 ${DESTDIR}/${d}
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue