]> git.pld-linux.org Git - packages/bbmail.git/blob - bbmail-sysconfdir.patch
- typo / formatting / etc.
[packages/bbmail.git] / bbmail-sysconfdir.patch
1 diff -ur bbmail-0.8.2-orig/Makefile.am bbmail-0.8.2/Makefile.am
2 --- bbmail-0.8.2-orig/Makefile.am       Sun Aug 26 14:13:05 2001
3 +++ bbmail-0.8.2/Makefile.am    Wed Jan 23 20:39:19 2002
4 @@ -1,6 +1,6 @@
5  CPPFLAGS =     @CPPFLAGS@ @INTERLACE@ \
6 --DBBTOOL_GLOBAL=\"$(datadir)/bbtools/bbmail.bb\" \
7 --DBBTOOL_LOCAL=\".bbtools/bbmail.bb\"
8 +               -DBBTOOL_GLOBAL=\"$(sysconfdir)/bbtools/bbmail.bb\" \
9 +               -DBBTOOL_LOCAL=\".bbtools/bbmail.bb\"
10                                 
11  
12  SUBDIRS = data scripts
13 diff -ur bbmail-0.8.2-orig/data/Makefile.am bbmail-0.8.2/data/Makefile.am
14 --- bbmail-0.8.2-orig/data/Makefile.am  Wed Oct 31 20:20:32 2001
15 +++ bbmail-0.8.2/data/Makefile.am       Wed Jan 23 20:50:34 2002
16 @@ -1,4 +1,4 @@
17 -configdir = $(datadir)/bbtools
18 +configdir = $(sysconfdir)/bbtools
19  CLEANFILES = bbtoolsrc 
20  
21  config_DATA =   bbmail.bb
This page took 0.050166 seconds and 3 git commands to generate.