Update of /cvsroot/fink/experimental/thesin/finkinfo/test
In directory sc8-pr-cvs1:/tmp/cvs-serv15537

Modified Files:
        blootbot-1.2.0-1.info blootbot-1.2.0-1.patch 
Log Message:
This should do it

Index: blootbot-1.2.0-1.info
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/test/blootbot-1.2.0-1.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- blootbot-1.2.0-1.info       28 Jan 2003 03:13:00 -0000      1.4
+++ blootbot-1.2.0-1.info       28 Jan 2003 03:34:43 -0000      1.5
@@ -109,6 +109,8 @@
   mkdir -p %i/var/log/%n
   echo " - Making %i/var/run"
   mkdir -p %i/var/run
+  echo " - Making %i/var/lib/%n"
+  mkdir -p %i/var/lib/%n
   echo ""
   echo "### Finshing Install"
 <<

Index: blootbot-1.2.0-1.patch
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/test/blootbot-1.2.0-1.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- blootbot-1.2.0-1.patch      28 Jan 2003 03:27:26 -0000      1.7
+++ blootbot-1.2.0-1.patch      28 Jan 2003 03:34:43 -0000      1.8
@@ -15,8 +15,8 @@
 -    $bot_misc_dir     ||= "$bot_base_dir/files";
 +    $bot_base_dir     ||= '@FINKPREFIX@';
 +    $bot_config_dir   ||= '@FINKPREFIX@/etc/blootbot';
-+    $bot_data_dir     ||= '@FINKPREFIX@/var/blootbot';
-+    $bot_state_dir    ||= '@FINKPREFIX@/var/blootbot';
++    $bot_data_dir     ||= '@FINKPREFIX@/etc/blootbot';
++    $bot_state_dir    ||= '@FINKPREFIX@/var/lib/blootbot';
 +    $bot_run_dir      ||= '@FINKPREFIX@/var/run';
 +    $bot_src_dir      ||= "$bot_base_dir/share/blootbot/src";
 +    $bot_log_dir      ||= "$bot_base_dir/var/log/blootbot";



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to