diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-10-16 21:16:43 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-10-16 21:16:43 +0000 |
commit | d4f4ca8963018239daef4ecc81b0536ad52d449d (patch) | |
tree | ea177416e254436cf1d75d859f086efcc5777c52 /INSTALL | |
parent | a8b20ee7ea7d6a4ef057d731f617949bdd86ea1c (diff) | |
download | s6-linux-init-d4f4ca8963018239daef4ecc81b0536ad52d449d.tar.xz |
Implement --enable-absolute-paths
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ scripts will not run properly on another OS. ./configure && make && sudo make install will work for most users. - It will install the s6-linux-init-maker binary in /sbin. + It will install the binaries in /bin. You can strip the binaries and libraries of their extra symbols via "make strip" before the "make install" phase. It will shave a few bytes |