1
0
mirror of synced 2026-01-28 12:29:04 +00:00

2006-11-19 19:33:47 by steve

Updated the copying of kernel modules.
  Patch by Neil Wilson.
  See #399196
This commit is contained in:
steve
2006-11-19 19:33:48 +00:00
parent a9e1cb7f8c
commit cfac293c8f
4 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ logMessage Script $0 starting
# really copy the *correct* modules, but we don't know what they are.
#
mkdir -p ${prefix}/lib/modules
cp -R /lib/modules/*/ ${prefix}/lib/modules
cp -au /lib/modules/*/ ${prefix}/lib/modules
#

View File

@@ -37,7 +37,7 @@ logMessage Script $0 starting
# really copy the *correct* modules, but we don't know what they are.
#
mkdir -p ${prefix}/lib/modules
cp -R /lib/modules/*/ ${prefix}/lib/modules
cp -au /lib/modules/*/ ${prefix}/lib/modules
#
# Install the module-init-tools package.

View File

@@ -37,7 +37,7 @@ logMessage Script $0 starting
# really copy the *correct* modules, but we don't know what they are.
#
mkdir -p ${prefix}/lib/modules
cp -R /lib/modules/*/ ${prefix}/lib/modules
cp -au /lib/modules/*/ ${prefix}/lib/modules
#

View File

@@ -37,7 +37,7 @@ logMessage Script $0 starting
# really copy the *correct* modules, but we don't know what they are.
#
mkdir -p ${prefix}/lib/modules
cp -R /lib/modules/*/ ${prefix}/lib/modules
cp -au /lib/modules/*/ ${prefix}/lib/modules
#
# Install the module-init-tools package.