]> git.pld-linux.org Git - packages/bopm.git/blame - bopm-DESTDIR.patch
- release 4
[packages/bopm.git] / bopm-DESTDIR.patch
CommitLineData
c7fee7e6
ER
1--- bopm-3.1.2/Makefile.am~ 2004-01-18 01:18:13.000000000 +0200
2+++ bopm-3.1.2/Makefile.am 2005-05-25 20:40:44.000000000 +0300
3@@ -7,14 +7,14 @@
4 EXTRA_DIST = ChangeLog contrib INSTALL README bopm.conf.sample
5
6 install-data-local:
7- @if test -f $(sysconfdir)/bopm.conf ; then \
8- echo "$@ will not overwrite existing $(sysconfdir)/bopm.conf"; \
9+ @if test -f $(DESTDIR)$(sysconfdir)/bopm.conf ; then \
10+ echo "$@ will not overwrite existing $(DESTDIR)$(sysconfdir)/bopm.conf"; \
11 else \
12- $(mkinstalldirs) $(sysconfdir); \
13- echo "$(INSTALL_DATA) bopm.conf.sample $(sysconfdir)/bopm.conf"; \
14- $(INSTALL_DATA) bopm.conf.sample $(sysconfdir)/bopm.conf; \
15+ $(mkinstalldirs) $(DESTDIR)$(sysconfdir); \
16+ echo "$(INSTALL_DATA) bopm.conf.sample $(DESTDIR)$(sysconfdir)/bopm.conf"; \
17+ $(INSTALL_DATA) bopm.conf.sample $(DESTDIR)$(sysconfdir)/bopm.conf; \
18 fi
19- $(mkinstalldirs) $(localstatedir)
20+ $(mkinstalldirs) $(DESTDIR)$(localstatedir)
21
22 uninstall-local:
23 @if test -f $(sysconfdir)/bopm.conf ; then \
7e5eab97
ER
24--- bopm-3.1.3/Makefile.am~ 2007-05-16 12:26:17.554470720 +0300
25+++ bopm-3.1.3/Makefile.am 2007-05-16 12:26:39.934976308 +0300
c7fee7e6
ER
26@@ -2,7 +2,7 @@
27
28 SUBDIRS = src
29
7e5eab97
ER
30-data_DATA = bopm.conf.sample bopm.conf.blitzed
31+data_DATA = bopm.conf.blitzed
c7fee7e6 32
7e5eab97 33 EXTRA_DIST = ChangeLog contrib INSTALL README bopm.conf.sample bopm.conf.blitzed network-bopm
c7fee7e6 34
This page took 0.085761 seconds and 4 git commands to generate.