]> git.pld-linux.org Git - packages/bbsload.git/blame - bbsload-sysconfdir.patch
- moves conf. files to sysconfdir
[packages/bbsload.git] / bbsload-sysconfdir.patch
CommitLineData
9fceff77 1diff -ur bbsload-0.2.5-orig/Makefile.am bbsload-0.2.5/Makefile.am
2--- bbsload-0.2.5-orig/Makefile.am Sun Apr 9 12:27:34 2000
3+++ bbsload-0.2.5/Makefile.am Wed Jan 23 20:47:42 2002
4@@ -1,6 +1,6 @@
5 CPPFLAGS = @CPPFLAGS@ @INTERLACE@ \
6- -DGLOBAL_BB=\"$(datadir)/bbtools/bbsload.bb\" \
7- -DGLOBAL_NOBB=\"$(datadir)/bbtools/bbsload.nobb\"
8+ -DGLOBAL_BB=\"$(sysconfdir)/bbtools/bbsload.bb\" \
9+ -DGLOBAL_NOBB=\"$(sysconfdir)/bbtools/bbsload.nobb\"
10
11 SUBDIRS = data
12 bin_PROGRAMS = bbsload
13diff -ur bbsload-0.2.5-orig/data/Makefile.am bbsload-0.2.5/data/Makefile.am
14--- bbsload-0.2.5-orig/data/Makefile.am Sat Apr 8 22:02:25 2000
15+++ bbsload-0.2.5/data/Makefile.am Wed Jan 23 20:50:04 2002
16@@ -1,4 +1,4 @@
17-configdir = $(datadir)/bbtools
18+configdir = $(sysconfdir)/bbtools
19 CLEANFILES = bbtoolsrc
20
21 config_DATA = bbsload.nobb \
This page took 0.069905 seconds and 4 git commands to generate.