Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c26715cc8fe91461955d906a011f28562ec49bf3

commit c26715cc8fe91461955d906a011f28562ec49bf3
Author: Michel Hermier <herm...@frugalware.org>
Date:   Sun Jun 6 20:13:51 2010 +0200

kde.sh

* Typo fix.

diff --git a/source/include/kde.sh b/source/include/kde.sh
index 76af45b..409aac2 100644
--- a/source/include/kde.sh
+++ b/source/include/kde.sh
@@ -315,7 +315,7 @@ __KDE_split()
if __KDE_split_pkg "$1" "${1//-//}"; then # Transform "-" into "/"
return 0
fi
-       clean="${1/#lib//}"
+       clean="${1/#lib/}"
if [ "$1" != "$clean" ] && \
__KDE_split "$clean"; then # Remove front "lib"
return 0
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to