diff options
Diffstat (limited to 'ubuntu/precise/dependencies/tqt3/debian/rules')
-rwxr-xr-x | ubuntu/precise/dependencies/tqt3/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/precise/dependencies/tqt3/debian/rules b/ubuntu/precise/dependencies/tqt3/debian/rules index fcb84445a..d3ad5100f 100755 --- a/ubuntu/precise/dependencies/tqt3/debian/rules +++ b/ubuntu/precise/dependencies/tqt3/debian/rules @@ -150,7 +150,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/tqtrename140 $(TMP_INSTALL)/usr/bin/ cp bin/tqt20fix $(TMP_INSTALL)/usr/bin/ |