hello list
what about committing this patch to make Tools/scripts/kdemerge a little more 
comfortable? :)
-- 
Alberto Villa <villa.albe...@gmail.com>

Never invest your money in anything that eats or needs repainting.
                -- Billy Rose
--- kdemerge.orig	2009-08-16 12:27:18.842090448 +0200
+++ kdemerge	2009-08-16 12:52:11.876653932 +0200
@@ -30,15 +30,20 @@
 #
 #
 
+# User editable section.
+# The following variables can be defined on the command line,
+# or hardcoded below in the script.
+
 # Path to the KDE ports without the trailing /. 
-KDEDIR="/usr/kports/area51"  
+[ -n "$KDEDIR" ] || KDEDIR="`cd ../.. && pwd`"
 # Path to the official ports collection.
-PORTSDIR="/usr/ports" 
+[ -n "$PORTSDIR" ] || PORTSDIR="/usr/ports" 
 
 # End of user editable section.
 # Do NOT change anything below this line!
 
-# Check input for trailing slashes, resolve symbolic links. Return real path.
+# Check input for trailing slashes, resolve symbolic links.
+# Return real path.
 KDEDIR=`/bin/realpath ${KDEDIR}`
 PORTSDIR=`/bin/realpath ${PORTSDIR}`
 
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to