16 lines
570 B
Text
16 lines
570 B
Text
$NetBSD: patch-ab,v 1.3 2010/01/29 19:12:10 joerg Exp $
|
|
|
|
--- etc/Makefile.in.orig Wed Jul 17 04:48:55 2002
|
|
+++ etc/Makefile.in
|
|
@@ -72,9 +72,8 @@ default: all
|
|
all:
|
|
|
|
install: all
|
|
- $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/rc.d/init.d
|
|
- $(INSTALL) -m 644 opencm.conf $(DESTDIR)$(sysconfdir)
|
|
- $(INSTALL) -m 644 opencm.rc $(DESTDIR)$(sysconfdir)/rc.d/init.d/opencm
|
|
+ $(mkinstalldirs) ${DESTDIR}$(prefix)/share/examples/opencm
|
|
+ $(INSTALL) -m 644 opencm.conf ${DESTDIR}$(prefix)/share/examples/opencm/opencm.conf
|
|
|
|
uninstall:
|
|
-rm -f $(DESTDIR)$(sysconfdir)/opencm.conf
|