aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/zhcon/files/patch-src::Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/zhcon/files/patch-src::Makefile.in')
-rw-r--r--chinese/zhcon/files/patch-src::Makefile.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/chinese/zhcon/files/patch-src::Makefile.in b/chinese/zhcon/files/patch-src::Makefile.in
new file mode 100644
index 000000000000..91ba399f080a
--- /dev/null
+++ b/chinese/zhcon/files/patch-src::Makefile.in
@@ -0,0 +1,15 @@
+--- src/Makefile.in.orig Sun Feb 17 02:15:15 2002
++++ src/Makefile.in Sun Feb 24 14:25:35 2002
+@@ -441,10 +441,10 @@
+
+ install-data-local:
+ $(mkinstalldirs) $(libdir)/zhcon/
+- $(INSTALL_DATA) $(srcdir)/zhcon.conf /etc/zhcon.conf
++ $(INSTALL_DATA) $(srcdir)/zhcon.conf $(PREFIX)/etc/zhcon.conf.sample
+
+ uninstall-local:
+- -rm -f /etc/zhcon.conf
++ -rm -f $(PREFIX)/etc/zhcon.conf.sample
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.