diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-02-02 18:09:57 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-02-02 18:17:15 +0100 |
commit | 4d71fde21440d50d6a4b372921934857fa6da7aa (patch) | |
tree | 41c315eedcc837c3b5a650d587c5a1314e656fc4 /ubuntu/precise/dependencies/qt3/debian/rules | |
parent | ebd751a0a30522160af8d4e3e44cf88382c1567c (diff) | |
download | tde-packaging-4d71fde21440d50d6a4b372921934857fa6da7aa.tar.gz tde-packaging-4d71fde21440d50d6a4b372921934857fa6da7aa.zip |
Allow to build TQt3/Qt3 with all libs as a shared on Debian on Ubuntu
Diffstat (limited to 'ubuntu/precise/dependencies/qt3/debian/rules')
-rwxr-xr-x | ubuntu/precise/dependencies/qt3/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/precise/dependencies/qt3/debian/rules b/ubuntu/precise/dependencies/qt3/debian/rules index 51edaa5dc..20c12d13f 100755 --- a/ubuntu/precise/dependencies/qt3/debian/rules +++ b/ubuntu/precise/dependencies/qt3/debian/rules @@ -146,7 +146,7 @@ libqt-thread-stamp: post-patches $(MAKE) INSTALL_ROOT=$(TMP_INSTALL) plugins-install # archives get accidentally stripped by make install. Copy over unstripped ones for now. - cp lib/lib*.a $(TMP_INSTALL)/usr/lib/ + -cp lib/lib*.a $(TMP_INSTALL)/usr/lib/ cp bin/qtrename140 $(TMP_INSTALL)/usr/bin/ cp bin/qt20fix $(TMP_INSTALL)/usr/bin/ |