diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
commit | 1a285676d2375bd4def06e203ffcdc52787eaefc (patch) | |
tree | f88dd1705afdad9080905480611a9b4a869493d7 /check_svn_build.sh | |
parent | 51237d500f7cd6502e8fd8641b8d5b32bd49f640 (diff) | |
download | kmyfirewall-1a285676d2375bd4def06e203ffcdc52787eaefc.tar.gz kmyfirewall-1a285676d2375bd4def06e203ffcdc52787eaefc.zip |
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmyfirewall@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'check_svn_build.sh')
-rwxr-xr-x | check_svn_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check_svn_build.sh b/check_svn_build.sh index ac69bf3..630c61a 100755 --- a/check_svn_build.sh +++ b/check_svn_build.sh @@ -43,7 +43,7 @@ BUILDDIR="../check_svn_build_buildDir" MAKE="unsermake" MAKE_ARGS="-j3" CONFIG_OPTIONS="--prefix=/usr --enable-debug=no " -SVNURL="https://svn.kde.org/home/kde/branches/extragear/kde3/network/kmyfirewall/" +SVNURL="https://svn.kde.org/home/kde/branches/extragear/trinity/network/kmyfirewall/" ADMIN="../../kde-common/admin/" echo "Usage: check_svn_config.sh" |