[PATCH] Fix the installation

[prev] [thread] [next] [lurker] [Date index for 2003/12/4]

From: Shlomi Fish
Subject: [PATCH] Fix the installation
Date: 21:36 on 04 Dec 2003
--Boundary-00=_/y4z/j3esRxeJ8C
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

I fixed the installation to install the file db/config. Patch is included. 
(against rev. 110)

Regards,

	Shlomi Fish
-- 

---------------------------------------------------------------------
Shlomi Fish      shlomif@xxxx.xxx.xx
Homepage: http://t2.technion.ac.il/~shlomif/

I don't believe in fairies. Oops! A fairy died.
I don't believe in fairies. Oops! Another fairy died.

--Boundary-00=_/y4z/j3esRxeJ8C
Content-Type: text/plain;
  charset="us-ascii";
  name="install-fix.diff.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="install-fix.diff.txt"

Index: bin/install.pl
===================================================================
--- bin/install.pl	(revision 110)
+++ bin/install.pl	(working copy)
@@ -18,7 +18,9 @@
 #die "'$dir' is not a directory\n" if not -d $dir;
 
 open my $m, "MANIFEST" or die "Could not find the MANIFEST file\n";
-while (<$m>) {
+my @files = (<$m>);
+push @files, "db/config";
+foreach (@files) {
    next if $_ !~ /\S/;
 
    my ($file, $skip) = split;

--Boundary-00=_/y4z/j3esRxeJ8C--

Generated at 22:10 on 04 Dec 2003 by mariachi 0.51