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

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

diff --git a/bbpager-sysconfdir.patch b/bbpager-sysconfdir.patch
new file mode 100644 (file)
index 0000000..cf85bc9
--- /dev/null
@@ -0,0 +1,21 @@
+diff -ur bbpager-0.3.0-orig/Makefile.am bbpager-0.3.0/Makefile.am
+--- bbpager-0.3.0-orig/Makefile.am     Sun Apr 16 08:21:39 2000
++++ bbpager-0.3.0/Makefile.am  Wed Jan 23 20:38:53 2002
+@@ -1,6 +1,6 @@
+ CPPFLAGS =    @CPPFLAGS@  @INTERLACE@ \
+-              -DGLOBAL_BB=\"$(datadir)/bbtools/bbpager.bb\" \
+-              -DGLOBAL_NOBB=\"$(datadir)/bbtools/bbpager.nobb\"
++              -DGLOBAL_BB=\"$(sysconfdir)/bbtools/bbpager.bb\" \
++              -DGLOBAL_NOBB=\"$(sysconfdir)/bbtools/bbpager.nobb\"
+ SUBDIRS = data
+diff -ur bbpager-0.3.0-orig/data/Makefile.am bbpager-0.3.0/data/Makefile.am
+--- bbpager-0.3.0-orig/data/Makefile.am        Fri Aug 20 13:13:30 1999
++++ bbpager-0.3.0/data/Makefile.am     Wed Jan 23 20:50:26 2002
+@@ -1,4 +1,4 @@
+-configdir = $(datadir)/bbtools
++configdir = $(sysconfdir)/bbtools
+ config_DATA = bbpager.bb \
+               bbpager.nobb \
This page took 0.104689 seconds and 4 git commands to generate.