aboutsummaryrefslogtreecommitdiff
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.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/zhcon/files/patch-src::Makefile.am b/chinese/zhcon/files/patch-src::Makefile.am
index 769b7ae97887..d81cdbd6fbaa 100644
--- a/chinese/zhcon/files/patch-src::Makefile.am
+++ b/chinese/zhcon/files/patch-src::Makefile.am
@@ -5,11 +5,11 @@
install-data-local:
$(mkinstalldirs) $(libdir)/zhcon/
- $(INSTALL_DATA) $(srcdir)/zhcon.conf /etc/zhcon.conf
-+ $(INSTALL_DATA) $(srcdir)/zhcon.conf $(PREFIX)/etc/zhcon.conf.sample
++ $(INSTALL_DATA) $(srcdir)/zhcon.conf $(PREFIX)/etc/zhcon.conf
uninstall-local:
- -rm -f /etc/zhcon.conf
-+ -rm -f $(PREFIX)/etc/zhcon.conf.sample
++ -rm -f $(PREFIX)/etc/zhcon.conf
bin_PROGRAMS = zhcon
AM_INSTALL_PROGRAM_FLAGS= -m 4775