diff options
author | tnut <tnut at nutyx dot com> | 2012-02-11 16:24:27 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-02-11 16:24:27 +0100 |
commit | 312bcf1f3edddb28ed802910e7f197ccab995188 (patch) | |
tree | f28be3c6c162832419a4a556cd3a35302d2a2d58 /kernel/post-install | |
parent | 85093065dd6c086d63381155bf8d21289226a0ac (diff) | |
parent | 1e01fac65df5ec0a0dcc3699495018f10ff06d07 (diff) | |
download | nutyx-pakxe-312bcf1f3edddb28ed802910e7f197ccab995188.tar.gz nutyx-pakxe-312bcf1f3edddb28ed802910e7f197ccab995188.tar.bz2 nutyx-pakxe-312bcf1f3edddb28ed802910e7f197ccab995188.tar.xz nutyx-pakxe-312bcf1f3edddb28ed802910e7f197ccab995188.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'kernel/post-install')
-rw-r--r-- | kernel/post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/post-install b/kernel/post-install index c87dc0ac3..65f55f68a 100644 --- a/kernel/post-install +++ b/kernel/post-install @@ -1,4 +1,4 @@ -version=3.2.4 +version=3.2.5 if [ ! -d /lib/modules/${version} ]; then echo "post-install impossible" echo "/lib/modules/${version} pas trouvé" |