diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-10 20:07:28 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-10 20:07:28 -0500 |
commit | 22ce2a3741a8c9323fdb487e13c0082f0495b0ad (patch) | |
tree | abf0488eea6ad78089f79d40e768bc46fc67a9e6 /debian/lenny | |
parent | de75ef30e0d8b1fde3617d515c67e968ac684aaa (diff) | |
download | tde-packaging-22ce2a3741a8c9323fdb487e13c0082f0495b0ad.tar.gz tde-packaging-22ce2a3741a8c9323fdb487e13c0082f0495b0ad.zip |
Fix kvirc packaging on Debian and Ubuntu
Diffstat (limited to 'debian/lenny')
-rwxr-xr-x | debian/lenny/applications/kvirc/debian/rules | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/lenny/applications/kvirc/debian/rules b/debian/lenny/applications/kvirc/debian/rules index 47b413288..665c61d25 100755 --- a/debian/lenny/applications/kvirc/debian/rules +++ b/debian/lenny/applications/kvirc/debian/rules @@ -68,20 +68,6 @@ common-install-indep:: # mv $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/kvirc/3.4/license/COPYING \ $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/kvirc/3.4/license/EULA - # - # Move KDE service files to a better position - # -# mv $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/services \ -# $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/kvirc/3.4/ - -# mv $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/kvirc $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/kvirc-trinity - mv $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/kvirc/3.4/applnk $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/ - mv $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/kvirc/3.4/icons $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/ - mkdir -p $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/applnk/Internet - mv $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/applnk/kvirc.desktop $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/applnk/Internet/kvirc.desktop - 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/ |