diff options
-rw-r--r-- | aaabasicfs/.footprint.i686 | 1 | ||||
-rw-r--r-- | aaabasicfs/.footprint.x86_64 | 1 | ||||
-rw-r--r-- | aaabasicfs/Pkgfile | 4 | ||||
-rw-r--r-- | kernel/Pkgfile | 6 |
4 files changed, 7 insertions, 5 deletions
diff --git a/aaabasicfs/.footprint.i686 b/aaabasicfs/.footprint.i686 index 4f652f69e..b462f558b 100644 --- a/aaabasicfs/.footprint.i686 +++ b/aaabasicfs/.footprint.i686 @@ -107,6 +107,7 @@ drwxr-xr-x root/root etc/skel/ -rw-r--r-- root/root etc/skel/.bash_profile -rw-r--r-- root/root etc/skel/.bashrc -rw-r--r-- root/root etc/skel/.dmrc +drwxr-xr-x root/root etc/skel/Desktop/ drwxr-xr-x root/root etc/sysconfig/ -rw-r--r-- root/root etc/sysconfig/modules drwxr-xr-x root/root etc/sysconfig/network-devices/ diff --git a/aaabasicfs/.footprint.x86_64 b/aaabasicfs/.footprint.x86_64 index c9ba9ca43..df967926b 100644 --- a/aaabasicfs/.footprint.x86_64 +++ b/aaabasicfs/.footprint.x86_64 @@ -107,6 +107,7 @@ drwxr-xr-x root/root etc/skel/ -rw-r--r-- root/root etc/skel/.bash_profile -rw-r--r-- root/root etc/skel/.bashrc -rw-r--r-- root/root etc/skel/.dmrc +drwxr-xr-x root/root etc/skel/Desktop/ drwxr-xr-x root/root etc/sysconfig/ -rw-r--r-- root/root etc/sysconfig/modules drwxr-xr-x root/root etc/sysconfig/network-devices/ diff --git a/aaabasicfs/Pkgfile b/aaabasicfs/Pkgfile index 449836760..7a476cd96 100644 --- a/aaabasicfs/Pkgfile +++ b/aaabasicfs/Pkgfile @@ -5,7 +5,7 @@ name=aaabasicfs version=2011 -release=3 +release=4 scriptsversion=lfs-bootscripts-20110424 BLFSscriptsversion=20100825 XORG_PREFIX=/usr @@ -19,7 +19,7 @@ source=(http://nutyx.meticul.eu/files/patchs/$name/$scriptsversion.tar.bz2 \ build() { # Creating Directories - mkdir -pv $PKG/{dev,proc,sys,bin,boot,etc/{modprobe.d,profile.d,opt,skel,default},home,lib,mnt,opt,srv/sources,run} + mkdir -pv $PKG/{dev,proc,sys,bin,boot,etc/{modprobe.d,profile.d,opt,skel/Desktop,default},home,lib,mnt,opt,srv/sources,run} chmod 1777 $PKG/srv/sources mkdir -pv $PKG/{media/{floppy,cdrom,key,dvd},sbin,var} install -dv -m 0750 $PKG/root diff --git a/kernel/Pkgfile b/kernel/Pkgfile index 91fdf0a48..3da897687 100644 --- a/kernel/Pkgfile +++ b/kernel/Pkgfile @@ -4,7 +4,7 @@ # Packager: thierryn1 at hispeed dot ch, tyrry33 at gmail dot com name=kernel -version=3.2.1 +version=3.2.4 _BaseVersion=3.2 release=1 PKGMK_NO_STRIP="yes" @@ -12,8 +12,8 @@ PKGMK_IGNORE_FOOTPRINT="yes" PKGMK_IGNORE_MD5SUM="yes" SCRIPT_VERSION="pakxe.3" INITRDBASE="nutyx-initrd" -_extra=30052011 -_tools=08112011 +_extra=17012012 +_tools=17012012 NVIDIA_VERSION=290.10 VB_VERSION=4.1.8 VB_BUILD=75467 |