Update of /cvsroot/fink/base-files
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv9298

Modified Files:
      Tag: dpkg-wrappers
        ChangeLog inject.pl install.sh 
Log Message:
Several fixes for fink package installation


Index: inject.pl
===================================================================
RCS file: /cvsroot/fink/base-files/inject.pl,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- inject.pl   1 Jan 2004 18:25:56 -0000       1.7
+++ inject.pl   4 Aug 2006 20:39:48 -0000       1.7.2.1
@@ -44,8 +44,11 @@
   }
 }
 
-my $packagefiles =   "COPYING init.csh.in init.sh.in dir-base ".
-  "pager.in editor.in install.sh setup.sh";
+my $packagefiles = join ' ', qw(
+    COPYING init.csh.in init.sh.in dir-base
+    pager.in editor.in install.sh setup.sh
+    preinst.in postinst.in prerm.in postrm.in
+    );
 
 
 my $info_script = "";

Index: install.sh
===================================================================
RCS file: /cvsroot/fink/base-files/install.sh,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -u -d -r1.6.2.2 -r1.6.2.3
--- install.sh  26 Jul 2006 06:48:18 -0000      1.6.2.2
+++ install.sh  4 Aug 2006 20:39:48 -0000       1.6.2.3
@@ -39,7 +39,7 @@
 
 for dir in etc etc/profile.d bin sbin lib include \
           share share/info share/man share/doc \
-          share/base-files lib/fink/dpkg-wrappers \
+          share/base-files lib/fink lib/fink/dpkg-wrappers \
           lib/perl5 lib/perl5/darwin lib/perl5/auto lib/perl5/darwin/auto \
           var var/run var/spool var/log src \
           share/doc/base-files ; do

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/base-files/ChangeLog,v
retrieving revision 1.43.2.4
retrieving revision 1.43.2.5
diff -u -d -r1.43.2.4 -r1.43.2.5
--- ChangeLog   4 Aug 2006 20:24:57 -0000       1.43.2.4
+++ ChangeLog   4 Aug 2006 20:39:48 -0000       1.43.2.5
@@ -3,7 +3,9 @@
        * preinst.in, postinst.in, prerm.in, postrm.in: If $1 (path to
        script) is "", don't try to run it.
        * .cvsignore: also ignore the other generated files
-       
+       * inject.pl: Include the dpkg wrappers in the tarball.
+       * install.sh: Create parent directories.
+
 2006-07-26  Daniel Macks  <[EMAIL PROTECTED]>
 
        * setup.sh, install.sh: Move dpkg-wrappers script creation from


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to