summaryrefslogtreecommitdiffstats
path: root/debian/squeeze
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-24 23:23:26 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-24 23:31:01 +0200
commitf553c8d8ebcd857f81452846cf8d64c0c2cb48c8 (patch)
tree37d8d083f409aafc62a4db7227f14716fcf2e230 /debian/squeeze
parent190e46feb6c9fc14a8b2003b4d3d29eff272e9b2 (diff)
downloadtde-packaging-f553c8d8ebcd857f81452846cf8d64c0c2cb48c8.tar.gz
tde-packaging-f553c8d8ebcd857f81452846cf8d64c0c2cb48c8.zip
Update plugin name for tqca-tls on Debian and Ubuntu
Diffstat (limited to 'debian/squeeze')
-rwxr-xr-xdebian/squeeze/dependencies/tqca-tls/debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/squeeze/dependencies/tqca-tls/debian/rules b/debian/squeeze/dependencies/tqca-tls/debian/rules
index fc9e58e55..2ea43315e 100755
--- a/debian/squeeze/dependencies/tqca-tls/debian/rules
+++ b/debian/squeeze/dependencies/tqca-tls/debian/rules
@@ -71,7 +71,7 @@ install: build
# Add here commands to install the package into debian/tmp
$(MAKE) install INSTALL_ROOT=$(CURDIR)/debian/tmp/
- [ -e $(CURDIR)/debian/tmp/usr/lib/tqt3/plugins/crypto/libqca-tls.so ] || ( echo "libqca-tls.so not in usr/lib/tqt3/plugins/crypto/libqca-tls.so" && exit 1 )
+ [ -e $(CURDIR)/debian/tmp/usr/lib/tqt3/plugins/crypto/libtqca-tls.so ] || ( echo "libtqca-tls.so not in usr/lib/tqt3/plugins/crypto/libtqca-tls.so" && exit 1 )
# Build architecture-independent files here.