diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-30 21:21:11 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-30 21:21:11 -0500 |
commit | 5ece51671a9b8a89932c6965e3b05a11c2dbf1b7 (patch) | |
tree | 672e98ccf41fd4f683a3e5b96a0e7c2b1d7d015f /ubuntu/maverick/applications/kvirc | |
parent | c1d66637a385bd9aa41e8e8e8be5cdf89d12e953 (diff) | |
download | tde-packaging-5ece51671a9b8a89932c6965e3b05a11c2dbf1b7.tar.gz tde-packaging-5ece51671a9b8a89932c6965e3b05a11c2dbf1b7.zip |
Fix kvirc on non-indep architectures
This closes Bug 980 (again)
Thanks to Slávek Banko for the patch!
Diffstat (limited to 'ubuntu/maverick/applications/kvirc')
-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 2ed9f4000..47b413288 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 |