malekith: bootdisk mkmod,1.4,1.5

Michał Moskal malekith w pld-linux.org
Pią, 5 Kwi 2002, 12:42:23 CEST


Module name:    bootdisk
Changes by:     malekith

Changed RCS file: /cvsroot/bootdisk/mod/mkmod,v
----------------------------
revision 1.5
date: 2002/04/05 10:42:12;  author: malekith;  state: Exp;  lines: +3 -1
- allow making empty modules packages
 

Index: mkmod
===================================================================
RCS file: /cvsroot/bootdisk/mod/mkmod,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mkmod	25 Mar 2002 09:18:10 -0000	1.4
+++ mkmod	5 Apr 2002 10:42:12 -0000	1.5
@@ -59,7 +59,9 @@
   for f in $mod_list ; do
     xcmd="$xcmd -o -name $f"
   done
-  cp `$xcmd` mod-root
+  for f in `$xcmd` ; do
+    cp $f mod-root
+  done
   echo -n "copied "
   if [ "$might_be_empty" ] ; then
     touch mod-root/DUMMY



Więcej informacji o liście dyskusyjnej pld-installer