Update of /cvsroot/fink/experimental/beren12/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22174/devel

Modified Files:
        debbugs.info debbugs.patch 
Log Message:
fixes


Index: debbugs.patch
===================================================================
RCS file: /cvsroot/fink/experimental/beren12/finkinfo/devel/debbugs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- debbugs.patch       10 Oct 2004 17:37:39 -0000      1.1
+++ debbugs.patch       4 Feb 2005 18:37:26 -0000       1.2
@@ -788,11 +788,11 @@
 +
 +# Directories -- do _not_ change their locations.
 +# They are currently hardcoded, variables are here for future expansion.
-+$gConfigDir = "/sw/etc/debbugs";              # directory where this file is
-+$gSpoolDir = "/sw/var/lib/debbugs/spool";             # working directory
++$gConfigDir = "@FINKPREFIX@/etc/debbugs";             # directory where this 
file is
++$gSpoolDir = "@FINKPREFIX@/var/lib/debbugs/spool";            # working 
directory
 +$gIncomingDir = "incoming";                           # unprocessed e-mails
-+$gWebDir = "/sw/var/lib/debbugs/www";                 # base location of web 
pages
-+$gDocDir = "/sw/var/lib/debbugs/www/txt";             # location of text doc 
files
++$gWebDir = "@FINKPREFIX@/var/lib/debbugs/www";                        # base 
location of web pages
++$gDocDir = "@FINKPREFIX@/var/lib/debbugs/www/txt";            # location of 
text doc files
 +
 +# Required data files
 +$gMaintainerFile = "$gConfigDir/Maintainers";

Index: debbugs.info
===================================================================
RCS file: /cvsroot/fink/experimental/beren12/finkinfo/devel/debbugs.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- debbugs.info        10 Oct 2004 17:37:39 -0000      1.1
+++ debbugs.info        4 Feb 2005 18:37:26 -0000       1.2
@@ -19,7 +19,6 @@
 
 DocFiles: COPYING UPGRADE README debian/README.mail debian/README.Debian 
debian/TODO debian/changelog debian/copyright
 PostInstScript: <<
-#!/bin/sh -e
 
 if [ "$1" = "configure" ]; then
   %p/sbin/debbugsconfig
@@ -47,7 +46,6 @@
 <<
 
 PostRmScript: <<
-#!/bin/sh
 
 if [ "$1" = "purge" ]; then
   rm -rf %p/etc/debbugs %p/var/lib/debbugs



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to