]> git.pld-linux.org Git - packages/bbppp.git/commitdiff
- moves conf. files to sysconfdir
authorfilon <filon@sokrates.mimuw.edu.pl>
Wed, 23 Jan 2002 20:08:43 +0000 (20:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bbppp-sysconfdir.patch -> 1.1

bbppp-sysconfdir.patch [new file with mode: 0644]

diff --git a/bbppp-sysconfdir.patch b/bbppp-sysconfdir.patch
new file mode 100644 (file)
index 0000000..22e9d48
--- /dev/null
@@ -0,0 +1,21 @@
+diff -ur bbppp-0.2.2-orig/Makefile.am bbppp-0.2.2/Makefile.am
+--- bbppp-0.2.2-orig/Makefile.am       Sun Nov 12 17:52:53 2000
++++ bbppp-0.2.2/Makefile.am    Wed Jan 23 20:38:35 2002
+@@ -1,6 +1,6 @@
+ CPPFLAGS =    @CPPFLAGS@ @INTERLACE@ @ISDN@\
+-              -DGLOBAL_BB=\"$(datadir)/bbtools/bbppp.bb\" \
+-              -DGLOBAL_NOBB=\"$(datadir)/bbtools/bbppp.nobb\"
++              -DGLOBAL_BB=\"$(sysconfdir)/bbtools/bbppp.bb\" \
++              -DGLOBAL_NOBB=\"$(sysconfdir)/bbtools/bbppp.nobb\"
+ SUBDIRS = data
+diff -ur bbppp-0.2.2-orig/data/Makefile.am bbppp-0.2.2/data/Makefile.am
+--- bbppp-0.2.2-orig/data/Makefile.am  Sat May 20 18:40:46 2000
++++ bbppp-0.2.2/data/Makefile.am       Wed Jan 23 20:50:16 2002
+@@ -1,4 +1,4 @@
+-configdir = $(datadir)/bbtools
++configdir = $(sysconfdir)/bbtools
+ config_DATA = bbppp.nobb \
This page took 0.076814 seconds and 4 git commands to generate.