[PC-BSD Commits] r2840 - in pbibuild/modules/fldigi: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 2 07:46:48 PDT 2008
Author: kris
Date: 2008-10-02 07:46:48 -0700 (Thu, 02 Oct 2008)
New Revision: 2840
Modified:
pbibuild/modules/fldigi/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/fldigi/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/fldigi/pbi.conf
Log:
Cleaned up the fldigi install / removal scripts
Modified: pbibuild/modules/fldigi/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/fldigi/overlay-dir/PBI.RemoveScript.sh 2008-10-02 13:51:44 UTC (rev 2839)
+++ pbibuild/modules/fldigi/overlay-dir/PBI.RemoveScript.sh 2008-10-02 14:46:48 UTC (rev 2840)
@@ -10,20 +10,6 @@
rm /usr/local/bin/fldigi
rm /usr/local/share/services/kfile_fldigi.desktop
-# Remove the services links
-cd /Programs/${1}/autolibs/kde3/
-for i in `ls`
-do
- rm /usr/local/lib/kde3/${i}
-done
-
-# Remove the sound links
-cd /Programs/${1}/share/sounds/
-for i in `ls`
-do
- rm /usr/local/share/sounds/${i}
-done
-
cd /home
for i in `ls`
do
Modified: pbibuild/modules/fldigi/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/fldigi/overlay-dir/PBI.SetupScript.sh 2008-10-02 13:51:44 UTC (rev 2839)
+++ pbibuild/modules/fldigi/overlay-dir/PBI.SetupScript.sh 2008-10-02 14:46:48 UTC (rev 2840)
@@ -16,20 +16,4 @@
#########################################
ln -s /Programs/${PROGDIR}/.sbin/fldigi /usr/local/bin/fldigi
-# Make links for services
-cd /Programs/${PROGDIR}/autolibs/fldigi/
-for i in `ls`
-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 `ls`
-do
- # Link the services now
- ln -s /Programs/${PROGDIR}/share/sounds/${i} /usr/local/share/sounds/${i}
-done
-
echo "LAUNCHCLOSE: /usr/local/bin/fldigi"
Modified: pbibuild/modules/fldigi/pbi.conf
===================================================================
--- pbibuild/modules/fldigi/pbi.conf 2008-10-02 13:51:44 UTC (rev 2839)
+++ pbibuild/modules/fldigi/pbi.conf 2008-10-02 14:46:48 UTC (rev 2840)
@@ -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="31"
+BUILDKEY="01"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list