11 lines
356 B
Text
11 lines
356 B
Text
--- src/Makefile.in.orig Thu Apr 17 19:29:48 2003
|
|
+++ src/Makefile.in Wed Apr 30 21:10:39 2003
|
|
@@ -478,7 +478,7 @@
|
|
|
|
install-data-local:
|
|
$(mkinstalldirs) $(DESTDIR)/etc
|
|
- $(INSTALL_DATA) $(srcdir)/zhcon.conf $(DESTDIR)/etc/zhcon.conf
|
|
+ $(INSTALL_DATA) $(srcdir)/zhcon.conf $(PREFIX)/etc/zhcon.conf
|
|
|
|
uninstall-local:
|
|
-rm -f $(DESTDIR)/etc/zhcon.conf
|