diff options
Diffstat (limited to 'ubuntu/maverick/dependencies/qt3/debian/rules')
-rwxr-xr-x | ubuntu/maverick/dependencies/qt3/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/dependencies/qt3/debian/rules b/ubuntu/maverick/dependencies/qt3/debian/rules index 51edaa5dc..20c12d13f 100755 --- a/ubuntu/maverick/dependencies/qt3/debian/rules +++ b/ubuntu/maverick/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/ |