[PC-BSD Commits] r2866 - in pbibuild/modules/qsstv: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 8 10:32:54 PDT 2008
Author: kris
Date: 2008-10-08 10:32:54 -0700 (Wed, 08 Oct 2008)
New Revision: 2866
Modified:
pbibuild/modules/qsstv/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/qsstv/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/qsstv/pbi.conf
Log:
Fixed up the cleanup of links when removing qsstv
Modified: pbibuild/modules/qsstv/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/qsstv/overlay-dir/PBI.RemoveScript.sh 2008-10-08 17:32:40 UTC (rev 2865)
+++ pbibuild/modules/qsstv/overlay-dir/PBI.RemoveScript.sh 2008-10-08 17:32:54 UTC (rev 2866)
@@ -8,23 +8,8 @@
#########################################
rm /usr/local/bin/qsstv
-rm /usr/local/share/services/kfile_qsstv.desktop
rm /usr/local/share/doc/qsstv
-# Remove the services links
-cd /Programs/${1}/autolibs/kde3/
-for i in *
-do
- rm /usr/local/lib/kde3/${i}
-done
-
-# Remove the sound links
-cd /Programs/${1}/share/sounds/
-for i in *
-do
- rm /usr/local/share/sounds/${i}
-done
-
cd /home
for i in *
do
Modified: pbibuild/modules/qsstv/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/qsstv/overlay-dir/PBI.SetupScript.sh 2008-10-08 17:32:40 UTC (rev 2865)
+++ pbibuild/modules/qsstv/overlay-dir/PBI.SetupScript.sh 2008-10-08 17:32:54 UTC (rev 2866)
@@ -14,24 +14,7 @@
# echo 'SETSTEPS: <num>' # Set the current progress of the progress bar
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
-PROG=qsstv
-ln -s /Programs/${PROGDIR}/.sbin/${PROG} /usr/local/bin/${PROG}
+ln -s /Programs/${PROGDIR}/.sbin/qsstv /usr/local/bin/qsstv
ln -s /Programs/${PROGDIR}/share/doc /usr/local/share/doc/qsstv
-# Make links for services
-cd /Programs/${PROGDIR}/autolibs/${PROG}/
-for i in *
-do
- # Link the services now
- ln -s /Programs/${PROGDIR}/autolibs/kde3/${i} /usr/local/lib/kde3/${i}
-done
-
-# Make links for sounds wav files
-cd /Programs/${PROGDIR}/share/sounds/
-for i in *
-do
- # Link the services now
- ln -s /Programs/${PROGDIR}/share/sounds/${i} /usr/local/share/sounds/${i}
-done
-
-echo "LAUNCHCLOSE: /usr/local/bin/${PROG}
+echo "LAUNCHCLOSE: /usr/local/bin/qsstv"
Modified: pbibuild/modules/qsstv/pbi.conf
===================================================================
--- pbibuild/modules/qsstv/pbi.conf 2008-10-08 17:32:40 UTC (rev 2865)
+++ pbibuild/modules/qsstv/pbi.conf 2008-10-08 17:32:54 UTC (rev 2866)
@@ -32,6 +32,6 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="03"
+BUILDKEY="01"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list