diff options
author | tnut <tnut at nutyx dot com> | 2011-07-03 11:03:09 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-07-03 11:03:09 +0200 |
commit | dd1e94e8fc295c4c810727ec7503afa37fe66897 (patch) | |
tree | fe1da857648bd65c76c75017f8b31cde1aa320ad /base/kernel/post-install | |
parent | c993fa848ec5d8acb391707557d45a9b3b27922d (diff) | |
download | nutyx-pakxe-dd1e94e8fc295c4c810727ec7503afa37fe66897.tar.gz nutyx-pakxe-dd1e94e8fc295c4c810727ec7503afa37fe66897.tar.bz2 nutyx-pakxe-dd1e94e8fc295c4c810727ec7503afa37fe66897.tar.xz nutyx-pakxe-dd1e94e8fc295c4c810727ec7503afa37fe66897.zip |
kernel, correction post-install et adapté pour pakxe.1
Diffstat (limited to 'base/kernel/post-install')
-rw-r--r-- | base/kernel/post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/kernel/post-install b/base/kernel/post-install index ca21ba1cf..4ae06f254 100644 --- a/base/kernel/post-install +++ b/base/kernel/post-install @@ -23,7 +23,7 @@ done # Copie des modules kernels mkdir -p $WDIR/rootfs/lib/modules -cp -a /lib/modules/${version}\ +cp -a /lib/modules/${version} \ $WDIR/rootfs/lib/modules/ # Copie du script d'install |