]> git.pld-linux.org Git - packages/bbsload.git/blob - bbsload-sysconfdir.patch
- tabs in preamble
[packages/bbsload.git] / bbsload-sysconfdir.patch
1 diff -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
13 diff -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.047295 seconds and 3 git commands to generate.