Commit 78eaeba0 authored by Franco Fichtner's avatar Franco Fichtner

make: the new auto-mount needs a full path

parent 4d177fb5
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment