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 | 516c8c008326bb456dcb58f8fcec1fcddae45b4e (patch) | |
tree | a8a8cd44365e7e68ef2cf72a28b23721de0359ca /builddeb | |
parent | 2af11d9103e8eb8aa289bc1e13bbeb995ce627c6 (diff) | |
download | ksquirrel-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-x | builddeb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |