summaryrefslogtreecommitdiff
path: root/chinese/zhcon/files/patch-src::Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/zhcon/files/patch-src::Makefile.am')
-rw-r--r--chinese/zhcon/files/patch-src::Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/chinese/zhcon/files/patch-src::Makefile.am b/chinese/zhcon/files/patch-src::Makefile.am
new file mode 100644
index 000000000000..769b7ae97887
--- /dev/null
+++ b/chinese/zhcon/files/patch-src::Makefile.am
@@ -0,0 +1,15 @@
+--- src/Makefile.am.orig Tue Dec 18 20:39:48 2001
++++ src/Makefile.am Sun Feb 24 14:25:34 2002
+@@ -9,10 +9,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
+
+ bin_PROGRAMS = zhcon
+ AM_INSTALL_PROGRAM_FLAGS= -m 4775