Fixed makepackage failing to build linux amd64
This commit is contained in:
parent
b22c955e99
commit
98899bcb9a
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ fi
|
|||
}
|
||||
|
||||
tmpumount(){
|
||||
grep jails/$UPSTREAM-$ARCH/tmp /proc/mounts -q || return
|
||||
grep jails/$UPSTREAM-$ARCH/tmp /proc/mounts -q || return 0
|
||||
umount jails/$UPSTREAM-$ARCH/tmp && return
|
||||
echo ERROR: could not umount tmpfs at jails/$UPSTREAM-$ARCH/tmp
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue