[Fai-commit] r4824 - trunk/bin

lange at alioth.debian.org lange at alioth.debian.org
Fri Dec 14 15:52:20 UTC 2007


Author: lange
Date: 2007-12-14 15:52:20 +0000 (Fri, 14 Dec 2007)
New Revision: 4824

Modified:
   trunk/bin/install_packages
Log:
fix in detecting Debian specific actions


Modified: trunk/bin/install_packages
===================================================================
--- trunk/bin/install_packages	2007-12-14 14:57:32 UTC (rev 4823)
+++ trunk/bin/install_packages	2007-12-14 15:52:20 UTC (rev 4824)
@@ -25,7 +25,7 @@
 # MA 02111-1307, USA.
 #*********************************************************************
 
-my $version = "Version 4.1.4, 26-aug-2007";
+my $version = "Version 4.1.5, 14-dec-2007";
 $0=~ s#.+/##; # remove path from program name
 
 # import variables: $verbose, $MAXPACKAGES, $classes, $FAI, $FAI_ROOT
@@ -284,7 +284,7 @@
     warn "WARNING: Uppercase character found in package name in line $_\n" if $_ =~ /[A-Z]/;
     warn "ERROR: PACKAGES .. line missing in $file\n",next unless $type;
     push @{$list{$type}}, split if $doit;
-    $types{$type}=1;   # remember which types are used in package_config
+    $types{$type}=1 if $doit;   # remember which types are used in package_config
   }
 }
 # - - - - - - - - - - - - - - - - - - - - - - - - - - -




More information about the Fai-commit mailing list