summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
Diffstat (limited to 'images')
-rwxr-xr-ximages/make_boot_img2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/make_boot_img b/images/make_boot_img
index 9ae24233c..10e653407 100755
--- a/images/make_boot_img
+++ b/images/make_boot_img
@@ -153,7 +153,7 @@ sub initrd {
_ "install -D /usr/share/ldetect-lst/$_.gz $tmp_initrd/usr/share/ldetect-lst/$_.gz";
}
_ "install -D /usr/share/pci.ids $tmp_initrd/usr/share/pci.ids";
- foreach (glob("/usr/share/ldetect-lst/fallback-modules.alias"), "/lib/module-init-tools/ldetect-lst-modules.alias") {
+ foreach ("/usr/share/ldetect-lst/fallback-modules.alias", "/lib/module-init-tools/ldetect-lst-modules.alias") {
_ "install -D $_ $tmp_initrd$_";
}