]> git.pld-linux.org Git - packages/bbppp.git/blob - bbppp-sysconfdir.patch
- tabs in preamble
[packages/bbppp.git] / bbppp-sysconfdir.patch
1 diff -ur bbppp-0.2.2-orig/Makefile.am bbppp-0.2.2/Makefile.am
2 --- bbppp-0.2.2-orig/Makefile.am        Sun Nov 12 17:52:53 2000
3 +++ bbppp-0.2.2/Makefile.am     Wed Jan 23 20:38:35 2002
4 @@ -1,6 +1,6 @@
5  CPPFLAGS =     @CPPFLAGS@ @INTERLACE@ @ISDN@\
6 -               -DGLOBAL_BB=\"$(datadir)/bbtools/bbppp.bb\" \
7 -               -DGLOBAL_NOBB=\"$(datadir)/bbtools/bbppp.nobb\"
8 +               -DGLOBAL_BB=\"$(sysconfdir)/bbtools/bbppp.bb\" \
9 +               -DGLOBAL_NOBB=\"$(sysconfdir)/bbtools/bbppp.nobb\"
10  
11  
12  SUBDIRS = data
13 diff -ur bbppp-0.2.2-orig/data/Makefile.am bbppp-0.2.2/data/Makefile.am
14 --- bbppp-0.2.2-orig/data/Makefile.am   Sat May 20 18:40:46 2000
15 +++ bbppp-0.2.2/data/Makefile.am        Wed Jan 23 20:50:16 2002
16 @@ -1,4 +1,4 @@
17 -configdir = $(datadir)/bbtools
18 +configdir = $(sysconfdir)/bbtools
19  
20  
21  config_DATA =  bbppp.nobb \
This page took 0.055546 seconds and 3 git commands to generate.