summaryrefslogtreecommitdiffstats
path: root/builddeb
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
commit516c8c008326bb456dcb58f8fcec1fcddae45b4e (patch)
treea8a8cd44365e7e68ef2cf72a28b23721de0359ca /builddeb
parent2af11d9103e8eb8aa289bc1e13bbeb995ce627c6 (diff)
downloadksquirrel-516c8c008326bb456dcb58f8fcec1fcddae45b4e.tar.gz
ksquirrel-516c8c008326bb456dcb58f8fcec1fcddae45b4e.zip
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ksquirrel@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'builddeb')
-rwxr-xr-xbuilddeb2
1 files changed, 1 insertions, 1 deletions
diff --git a/builddeb b/builddeb
index 5633130..fc11a60 100755
--- a/builddeb
+++ b/builddeb
@@ -5,7 +5,7 @@ vers=`cat B/DEBIAN/control | grep Version | sed s/'Version: '//`
make install DESTDIR=`pwd`/B &&
strip B/usr/bin/ksquirrel &&
strip B/usr/bin/ksquirrel-libs-configurator-real &&
-strip B/usr/lib/kde3/libksquirrelpart.so &&
+strip B/usr/lib/trinity/libksquirrelpart.so &&
dpkg-deb -b B ksquirrel_${vers}_i386.deb &&
rm -rf B/usr &&
echo