blob: 398c8a9a2b53d748479473da08ac417e77c5a5af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.am.orig 2002-10-23 03:54:54.000000000 +0400
+++ Makefile.am 2014-05-11 00:27:56.000000000 +0400
@@ -24,7 +24,7 @@
$(INSTALL_SCRIPT) $$file $(ICON_INSTALL_DIR) ; \
done
$(mkinstalldirs) $(ETC_INSTALL_DIR)
- $(INSTALL_DATA) webmagickrc $(ETC_INSTALL_DIR)/webmagickrc
+ $(INSTALL_DATA) webmagickrc $(ETC_INSTALL_DIR)/webmagickrc.dist
# Additional files to distribute
EXTRA_DIST = INSTALL.generic MANIFEST TODO webmagick.in \
|