diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-07-24 23:23:26 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-07-24 23:31:01 +0200 |
commit | f553c8d8ebcd857f81452846cf8d64c0c2cb48c8 (patch) | |
tree | 37d8d083f409aafc62a4db7227f14716fcf2e230 /ubuntu/maverick | |
parent | 190e46feb6c9fc14a8b2003b4d3d29eff272e9b2 (diff) | |
download | tde-packaging-f553c8d8ebcd857f81452846cf8d64c0c2cb48c8.tar.gz tde-packaging-f553c8d8ebcd857f81452846cf8d64c0c2cb48c8.zip |
Update plugin name for tqca-tls on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick')
-rwxr-xr-x | ubuntu/maverick/dependencies/tqca-tls/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/dependencies/tqca-tls/debian/rules b/ubuntu/maverick/dependencies/tqca-tls/debian/rules index fc9e58e55..2ea43315e 100755 --- a/ubuntu/maverick/dependencies/tqca-tls/debian/rules +++ b/ubuntu/maverick/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. |