diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-09 01:22:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-09 01:22:29 +0000 |
commit | 977af731ca5f76799cdb7aa14e4f071c38f34999 (patch) | |
tree | 9c547df2958c0e903c6b4563e220a25316cde504 /qtjava/designer/juic/bin | |
parent | dff3f779e70064ee7d7a34a3afb003c7999f8994 (diff) | |
download | tdebindings-977af731ca5f76799cdb7aa14e4f071c38f34999.tar.gz tdebindings-977af731ca5f76799cdb7aa14e4f071c38f34999.zip |
* Updated automake/autoconf
* Detects Python 2.6
* Various compilation fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1071924 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtjava/designer/juic/bin')
-rwxr-xr-x | qtjava/designer/juic/bin/juic | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/qtjava/designer/juic/bin/juic b/qtjava/designer/juic/bin/juic index 8104ac9b..b01cadc7 100755 --- a/qtjava/designer/juic/bin/juic +++ b/qtjava/designer/juic/bin/juic @@ -14,13 +14,6 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # -getAbsolutePath() { - ls=$(ls -l $1) - pushd `dirname ${ls##* }` >/dev/null - pwd -P - popd >/dev/null -} - usage() { juic=$(basename $0) cat <<EOT @@ -43,8 +36,7 @@ EOT # common/ # java -a=$(getAbsolutePath $0) -UIXSLDIR=$(dirname "$a") +UIXSLDIR=/usr/share/juic UIXSL=${UIXSLDIR}/juic.xsl ABSTRACT="true" |