make: the new auto-mount needs a full path

This commit is contained in:
Franco Fichtner 2015-02-25 22:01:12 +01:00
parent 4d177fb5c3
commit 78eaeba0a4

View File

@ -1,10 +1,10 @@
all:
mount:
mount_unionfs ${.CURDIR}/src /usr/local
/sbin/mount_unionfs ${.CURDIR}/src /usr/local
umount:
umount -f "<above>:${.CURDIR}/src"
/sbin/umount -f "<above>:${.CURDIR}/src"
install:
# hardcode package meta files to catch mishaps