diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-23 15:48:29 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-23 15:48:29 +0200 |
commit | 10571abac07b61bb0b974d1ecc4b6dd5bc1a6e29 (patch) | |
tree | f2a1ca1b197e4d9268d62263f76602c08c94dace | |
parent | 17b4c60b7e5875ba11e0833b8cfd309c0f01b1b9 (diff) | |
download | nutyx-pakxe-10571abac07b61bb0b974d1ecc4b6dd5bc1a6e29.tar.gz nutyx-pakxe-10571abac07b61bb0b974d1ecc4b6dd5bc1a6e29.tar.bz2 nutyx-pakxe-10571abac07b61bb0b974d1ecc4b6dd5bc1a6e29.tar.xz nutyx-pakxe-10571abac07b61bb0b974d1ecc4b6dd5bc1a6e29.zip |
kernel-34, ajustement de la description
-rw-r--r-- | base/kernel-34/.footprint | 2 | ||||
-rw-r--r-- | base/kernel-34/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/base/kernel-34/.footprint b/base/kernel-34/.footprint index 236301e2b..ba583feac 100644 --- a/base/kernel-34/.footprint +++ b/base/kernel-34/.footprint @@ -2682,7 +2682,7 @@ drwxr-xr-x root/root lib/modules/2.6.34-NuTyX/kernel/sound/usb/usx2y/ lrwxrwxrwx root/root lib/modules/2.6.34-NuTyX/source -> /usr/src/linux-2.6.34 drwxr-xr-x root/root root/ drwxr-xr-x root/root root/bin/ --rw-r--r-- root/root root/bin/install-attapu.ash +-rwxr-xr-x root/root root/bin/install-attapu.ash drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/src/ drwxr-xr-x root/root usr/src/linux-2.6.34/ diff --git a/base/kernel-34/Pkgfile b/base/kernel-34/Pkgfile index d9914232b..6fe922ebd 100644 --- a/base/kernel-34/Pkgfile +++ b/base/kernel-34/Pkgfile @@ -1,4 +1,4 @@ -# Description: Le kernel +# Description: Le kernel 2.6.34 # URL: http://www.kernel.org # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch @@ -69,7 +69,7 @@ mv $SRC/linux-${_BaseVersion}/arch/x86 $PKG/usr/src/linux-${_BaseVersion}/arch mv $SRC/linux-${_BaseVersion}/vmlinux $PKG/usr/src/linux-${_BaseVersion}/ mv $SRC/linux-${_BaseVersion}/Module.symvers $PKG/usr/src/linux-${_BaseVersion}/ mkdir -p $PKG/root/bin -install -m644 $SRC/install-${SCRIPT_VERSION}.ash \ +install -755 $SRC/install-${SCRIPT_VERSION}.ash \ $PKG/root/bin/install-${SCRIPT_VERSION}.ash cd $SRC bsdtar -c "-J" -f $PKG/boot/nutyx-initrd.tar.xz nutyx-initrd-2009 |