aboutsummaryrefslogtreecommitdiff
path: root/chinese/cce/files/extra-patch-src::Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/cce/files/extra-patch-src::Makefile.am')
-rw-r--r--chinese/cce/files/extra-patch-src::Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/chinese/cce/files/extra-patch-src::Makefile.am b/chinese/cce/files/extra-patch-src::Makefile.am
new file mode 100644
index 000000000000..ad1678aaf6c0
--- /dev/null
+++ b/chinese/cce/files/extra-patch-src::Makefile.am
@@ -0,0 +1,15 @@
+--- src/Makefile.am.orig Tue Dec 4 12:39:23 2007
++++ src/Makefile.am Tue Dec 4 12:59:39 2007
+@@ -60,10 +60,10 @@
+
+ install-data-local:
+ $(mkinstalldirs) $(DESTDIR)/etc
+- $(INSTALL_DATA) $(srcdir)/cce.cfg $(DESTDIR)/etc/cce.cfg
++ $(INSTALL_DATA) $(srcdir)/cce.cfg $(DESTDIR)$(sysconfdir)/cce.cfg
+
+ uninstall-local:
+- -rm -f $(DESTDIR)/etc/cce.cfg
++ -rm -f $(DESTDIR)$(sysconfdir)/cce.cfg
+ @list='$(CCE_SYMLINKS)'; for p in $$list; do \
+ rm -f $(DESTDIR)$(bindir)/$$p; \
+ done