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

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

diff --git a/bbsload-sysconfdir.patch b/bbsload-sysconfdir.patch
new file mode 100644 (file)
index 0000000..923c4ee
--- /dev/null
@@ -0,0 +1,21 @@
+diff -ur bbsload-0.2.5-orig/Makefile.am bbsload-0.2.5/Makefile.am
+--- bbsload-0.2.5-orig/Makefile.am     Sun Apr  9 12:27:34 2000
++++ bbsload-0.2.5/Makefile.am  Wed Jan 23 20:47:42 2002
+@@ -1,6 +1,6 @@
+ CPPFLAGS =    @CPPFLAGS@ @INTERLACE@ \
+-              -DGLOBAL_BB=\"$(datadir)/bbtools/bbsload.bb\" \
+-              -DGLOBAL_NOBB=\"$(datadir)/bbtools/bbsload.nobb\"
++              -DGLOBAL_BB=\"$(sysconfdir)/bbtools/bbsload.bb\" \
++              -DGLOBAL_NOBB=\"$(sysconfdir)/bbtools/bbsload.nobb\"
+ SUBDIRS = data
+ bin_PROGRAMS = bbsload
+diff -ur bbsload-0.2.5-orig/data/Makefile.am bbsload-0.2.5/data/Makefile.am
+--- bbsload-0.2.5-orig/data/Makefile.am        Sat Apr  8 22:02:25 2000
++++ bbsload-0.2.5/data/Makefile.am     Wed Jan 23 20:50:04 2002
+@@ -1,4 +1,4 @@
+-configdir = $(datadir)/bbtools
++configdir = $(sysconfdir)/bbtools
+ CLEANFILES = bbtoolsrc 
+ config_DATA =   bbsload.nobb \
This page took 0.142492 seconds and 4 git commands to generate.