aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/xcin25/files/patch-aa
blob: ba52a9172da7098407e5dddbcf0387e7896b86c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/util/cin2tab/Makefile.in.orig	Thu Jul 20 09:46:36 2000
+++ src/util/cin2tab/Makefile.in	Sat Aug 12 15:13:28 2000
@@ -72,5 +72,7 @@
 distclean: clean
 	rm -f Makefile .depend
 install: $(BIN)
-	$(INSTALL_PROGRAM) $(BIN) $(xcin_binp)
+	if [ ! -d $(xcin_libp)/bin ]; then mkdir -p $(xcin_libp)/bin; fi
+	if [ -f $(xcin_libp)/bin/$(BIN) ]; then mv $(xcin_libp)/bin/$(BIN) $(xcin_libp)/bin/$(BIN).old; fi
+	$(INSTALL_PROGRAM) $(BIN) $(xcin_libp)/bin