xbps-casper: do not mount /tmp as tmpfs, it's a symlink to /run/tmp now.

This commit is contained in:
Juan RP 2011-04-29 20:27:21 +02:00
parent 6b4cb03a83
commit 9ac7356a92
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ log_begin_msg "$DESCRIPTION"
cat > $FSTAB <<EOF
${UNIONFS} / ${UNIONFS} rw 0 0
tmpfs /tmp tmpfs nosuid,nodev 0 0
EOF
log_end_msg

View File

@ -1,6 +1,6 @@
# Template file for 'xbps-casper'
pkgname=xbps-casper
_localver=0.15 # XBPS package version
_localver=0.16 # XBPS package version
_distver=1.236 # This should match the upstream (Ubuntu) version
version=${_localver}.${_distver}
build_style=custom-install