diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-10-16 21:16:45 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-10-16 21:16:45 +0000 |
commit | 66013f520e9b8d3588e4b530e8e2ee0004d6246d (patch) | |
tree | 69c59f3ede7bfa55ac1ebf73fec32a1535ac6f16 /package/targets.mak | |
parent | b45dfa9804d7f349e207a2da7f2992aebf2b2629 (diff) | |
download | s6-linux-utils-66013f520e9b8d3588e4b530e8e2ee0004d6246d.tar.xz |
Implement --enable-absolute-paths
Diffstat (limited to 'package/targets.mak')
-rw-r--r-- | package/targets.mak | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/targets.mak b/package/targets.mak index 3a68ac7..59b7441 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -12,8 +12,7 @@ s6-pivotchroot \ s6-ps \ s6-swapoff \ s6-swapon \ -s6-umount \ +s6-umount -SBIN_TARGETS := LIBEXEC_TARGETS := |