[PC-BSD Commits] r3156 - pbibuild/pbibuilder/scripts
svn at pcbsd.org
svn at pcbsd.org
Tue Dec 30 07:21:38 PST 2008
Author: kris
Date: 2008-12-30 07:21:37 -0800 (Tue, 30 Dec 2008)
New Revision: 3156
Modified:
pbibuild/pbibuilder/scripts/3.makepbi.sh
Log:
Added detection for kde3 apps / style data to the 3.makepbi.sh script
Modified: pbibuild/pbibuilder/scripts/3.makepbi.sh
===================================================================
--- pbibuild/pbibuilder/scripts/3.makepbi.sh 2008-12-29 22:43:16 UTC (rev 3155)
+++ pbibuild/pbibuilder/scripts/3.makepbi.sh 2008-12-30 15:21:37 UTC (rev 3156)
@@ -199,6 +199,14 @@
cp -R /usr/local/kde4/lib/kde4/plugins/styles ${PBIDIR}/kde4/lib/kde4/plugins/
fi
+if [ -d "/usr/local/lib/kde3" ]
+then
+ # Copy over the kde3 plugin / theme data
+ mkdir -p ${PBIDIR}/lib/kde3/plugins >/dev/null 2>/dev/null
+ cp -R /usr/local/lib/kde3/plugins/styles ${PBIDIR}/lib/kde3/plugins/
+fi
+
+
# Check if we are using gtk / pango and copy over the etc / lib files
ls /usr/local/etc/gtk* >/dev/null 2>/dev/null
if [ "$?" = "0" ]
More information about the Commits
mailing list