Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=83fc6b50235a47bf76b690d7f30f07269195f1cf

commit 83fc6b50235a47bf76b690d7f30f07269195f1cf
Author: Janny <[EMAIL PROTECTED]>
Date:   Thu Mar 6 13:31:46 2008 +0100

fwlive-build
* add real path and typo fix

diff --git a/live-base/build b/live-base/build
index a470fd2..031dd2e 100644
--- a/live-base/build
+++ b/live-base/build
@@ -55,7 +55,7 @@ echo "Deleting unused languages..."
for i in $(echo $LOCALE | sed -r "s/\,/ /g"); do
lo="! -name \"$i*\" "$lo
done
-find /usr/share/locale -maxdepth 1 -type d $lo -ecec rm -fr {} \;
+find $ROOT/usr/share/locale -maxdepth 1 -type d $lo -exec rm -fr {} \;

echo "Creating compressed images..."
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to