2007-09-07 17:15:34 +02:00
|
|
|
$NetBSD: patch-ag,v 1.4 2007/09/07 15:15:35 ghen Exp $
|
2005-12-08 02:04:44 +01:00
|
|
|
|
2007-09-07 17:15:34 +02:00
|
|
|
--- src/gnome2-console/Makefile.in.orig 2007-06-14 18:54:30.000000000 +0200
|
2005-12-08 02:04:44 +01:00
|
|
|
+++ src/gnome2-console/Makefile.in
|
2007-09-07 17:15:34 +02:00
|
|
|
@@ -103,14 +103,14 @@ install: all
|
|
|
|
fi
|
|
|
|
$(INSTALL_PROGRAM) bgnome-console $(DESTDIR)$(sbindir)/bgnome-console
|
|
|
|
@srcconf=bgnome-console.conf; \
|
2005-12-08 02:04:44 +01:00
|
|
|
- if test -f ${DESTDIR}${sysconfdir}/$$srcconf; then \
|
|
|
|
+ if test -f ${DESTDIR}%%EXAMPLESDIR%%/$$srcconf; then \
|
|
|
|
destconf=$$srcconf.new; \
|
|
|
|
echo " ==> Found existing $$srcconf, installing new conf file as $$destconf"; \
|
|
|
|
else \
|
|
|
|
destconf=$$srcconf; \
|
|
|
|
fi; \
|
|
|
|
- echo "${INSTALL_CONFIG} $$srcconf ${DESTDIR}${sysconfdir}/$$destconf"; \
|
|
|
|
- ${INSTALL_CONFIG} $$srcconf ${DESTDIR}${sysconfdir}/$$destconf
|
|
|
|
+ echo "${INSTALL_CONFIG} $$srcconf ${DESTDIR}%%EXAMPLESDIR%%/$$destconf"; \
|
|
|
|
+ ${INSTALL_CONFIG} $$srcconf ${DESTDIR}%%EXAMPLESDIR%%/$$destconf
|
2007-09-07 17:15:34 +02:00
|
|
|
if test -f static-bgnome-console; then \
|
|
|
|
$(INSTALL_PROGRAM) static-bgnome-console $(DESTDIR)$(sbindir)/static-bgnome-console; \
|
2005-12-08 02:04:44 +01:00
|
|
|
fi
|