From ad2ecaaa6ed1679291293ca9aa644a9d26a134c2 Mon Sep 17 00:00:00 2001 From: asami Date: Fri, 6 Dec 1996 23:56:52 +0000 Subject: Install binaries in ${PREFIX}/bin, not ${PREFIX}. (David, you sleepy? :) While I'm here, change hard links to symlinks. IIRC this saves space in the tarball. --- vietnamese/vnelvis/files/patch-01 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'vietnamese') diff --git a/vietnamese/vnelvis/files/patch-01 b/vietnamese/vnelvis/files/patch-01 index 3e640ea..4ec883c 100644 --- a/vietnamese/vnelvis/files/patch-01 +++ b/vietnamese/vnelvis/files/patch-01 @@ -5,7 +5,7 @@ EXTRA2= LIBS= $(VNLIBDIR)/libviqr.a $(VNLIBDIR)/libvntype.a -ltermcap -BIN= /usr/local/bin -+BIN= ${PREFIX} ++BIN= ${PREFIX}/bin CFLAGS= -Dbsd -I$(VNINCDIR) OF= -s -o RF= -c @@ -17,10 +17,10 @@ - -ln $(BIN)/vnelvis $(BIN)/ex - -ln $(BIN)/vnelvis $(BIN)/view - -ln $(BIN)/vnelvis $(BIN)/input -+ -ln $(BIN)/vnelvis $(BIN)/vnvi -+ -ln $(BIN)/vnelvis $(BIN)/vnex -+ -ln $(BIN)/vnelvis $(BIN)/vnview -+ -ln $(BIN)/vnelvis $(BIN)/vninput ++ -ln -sf $(BIN)/vnelvis $(BIN)/vnvi ++ -ln -sf $(BIN)/vnelvis $(BIN)/vnex ++ -ln -sf $(BIN)/vnelvis $(BIN)/vnview ++ -ln -sf $(BIN)/vnelvis $(BIN)/vninput inst.dos: $(DUMMY) copy $(PROGS) $(BIN) -- cgit v1.1