commit b14a7e29e2dae1b27c5202122f1346e09081170c
parent a9c833353fb9c4350636b7476269e5dcb437c147
Author: sin <sin@2f30.org>
Date: Wed, 21 May 2014 12:28:03 +0100
Properly install symlink
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pax/mkfile b/pax/mkfile
@@ -3,7 +3,7 @@ pax_OBJ = ar_io.o ar_subs.o buf_subs.o cache.o cpio.o file_subs.o ftree.o \
gen_subs.o getoldopt.o options.o pat_rep.o pax.o sel_subs.o tables.o \
tar.o tty_subs.o
INSTALL_BIN = pax
-INSTALL_SYMLINK = pax tar
+INSTALL_SYMLINK = pax /bin/tar
DEPS = libcommon
<$mkbuild/mk.default