Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=671a4842cf67da0a29e61afd4059f9a7aa2363df
commit 671a4842cf67da0a29e61afd4059f9a7aa2363df Author: Michel Hermier <[email protected]> Date: Tue Mar 8 08:47:52 2011 +0100 kde.sh * Add lib/ automagic package split pattern. diff --git a/source/include/kde.sh b/source/include/kde.sh index cd6d5bd..c7a6d53 100644 --- a/source/include/kde.sh +++ b/source/include/kde.sh @@ -291,6 +291,9 @@ __KDE_split_pkg() # internal and should be extended to handle all kind paths elif [ -d "apps/lib/$pkgdir" ]; then ## kdebase Fmessage "Found Kde-Project "$pkgdir"$extinfo in apps/lib/ dir.. Splitting." KDE_project_split "$i" "apps/lib/$pkgdir" + elif [ -d "lib/$pkgdir" ]; then + Fmessage "Found Kde-Project "$pkgdir"$extinfo in lib/ dir.. Splitting." + KDE_project_split "$i" "lib/$pkgdir" else ## TODO: Add apps/*/<something> checks , maybe more paths ? return 1 fi _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
