[Debian-eeepc-commits] [SCM] A live-helper based Debian live & installer image for the Eee PC. branch, master, updated. 1.0b1-59-gc73bb96

Ben Armstrong synrg at debian.org
Mon Dec 28 02:02:34 UTC 2009


The following commit has been merged in the master branch:
commit c73bb960ed05572140750032871917f7b72fd092
Author: Ben Armstrong <synrg at debian.org>
Date:   Sun Dec 27 22:01:38 2009 -0400

    Omit current dir from empty dir removal; fix missing continuation character in dri module removal

diff --git a/config/chroot_local-hooks/rm-non-eee-kernel-modules.sh b/config/chroot_local-hooks/rm-non-eee-kernel-modules.sh
index 096347a..eae8539 100755
--- a/config/chroot_local-hooks/rm-non-eee-kernel-modules.sh
+++ b/config/chroot_local-hooks/rm-non-eee-kernel-modules.sh
@@ -63,11 +63,11 @@ find \
 	-not -name \*usb\* \
 	-delete
 
-find -type d | sort -r | xargs rmdir --ignore-fail-on-non-empty
+find -mindepth 1 -type d | sort -r | xargs rmdir --ignore-fail-on-non-empty
 
 cd /usr/lib/dri
 find . -type f \
 	-not -name i915_dri.so \
-	-not -name i965_dri.so
+	-not -name i965_dri.so \
 	-delete
 

-- 
A live-helper based Debian live & installer image for the Eee PC.



More information about the Debian-eeepc-commits mailing list