diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-30 21:21:11 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-07-23 23:20:36 +0200 |
commit | 61309f782f9994b469272a443f8a4eab5800acfa (patch) | |
tree | e2d5bb72394961a37d9092086978d21807d6ddfd /ubuntu | |
parent | 94341e99d7f17fa635fb378d40e875d31d883d2a (diff) | |
download | tde-packaging-61309f782f9994b469272a443f8a4eab5800acfa.tar.gz tde-packaging-61309f782f9994b469272a443f8a4eab5800acfa.zip |
Fix kvirc on non-indep architectures
This closes Bug 980 (again)
Thanks to Slávek Banko for the patch!
(cherry picked from commit 5ece51671a9b8a89932c6965e3b05a11c2dbf1b7)
Diffstat (limited to 'ubuntu')
-rwxr-xr-x | ubuntu/maverick/applications/kvirc/debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/kvirc/debian/rules b/ubuntu/maverick/applications/kvirc/debian/rules index d5c1b1c36..532ed8443 100755 --- a/ubuntu/maverick/applications/kvirc/debian/rules +++ b/ubuntu/maverick/applications/kvirc/debian/rules @@ -82,6 +82,8 @@ common-install-indep:: mv $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/icons $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/hicolor mkdir -p $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/icons mv $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/hicolor $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/icons/ + +common-install-arch:: mv $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/kvirc $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/lib/ post-patches:: debian/stamp-bootstrap |