diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-26 15:32:34 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-07-23 23:20:33 +0200 |
commit | 94341e99d7f17fa635fb378d40e875d31d883d2a (patch) | |
tree | 20ae59d805d01e3de43264afe9b7f04f2d130a5a /ubuntu | |
parent | 7c98eb28cecd4adefb8f74ecc294003e263cedbf (diff) | |
download | tde-packaging-94341e99d7f17fa635fb378d40e875d31d883d2a.tar.gz tde-packaging-94341e99d7f17fa635fb378d40e875d31d883d2a.zip |
Fix kvirc module packaging on Debian and Ubuntu
(cherry picked from commit e45ba8ecfc4664020836ae1d8238a7644999caa2)
Diffstat (limited to 'ubuntu')
-rwxr-xr-x | ubuntu/maverick/applications/kvirc/debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/kvirc/debian/rules b/ubuntu/maverick/applications/kvirc/debian/rules index beea73e98..d5c1b1c36 100755 --- a/ubuntu/maverick/applications/kvirc/debian/rules +++ b/ubuntu/maverick/applications/kvirc/debian/rules @@ -82,6 +82,7 @@ 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/ + mv $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/kvirc $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/lib/ post-patches:: debian/stamp-bootstrap |