From 78eaeba0a4874ffbc37d007fb77e508a6092fefa Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 25 Feb 2015 22:01:12 +0100 Subject: [PATCH] make: the new auto-mount needs a full path --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index edfa7687e..22cffa0c2 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ all: mount: - mount_unionfs ${.CURDIR}/src /usr/local + /sbin/mount_unionfs ${.CURDIR}/src /usr/local umount: - umount -f ":${.CURDIR}/src" + /sbin/umount -f ":${.CURDIR}/src" install: # hardcode package meta files to catch mishaps