diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-08-30 02:36:06 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-08-30 02:36:06 +0200 |
commit | 9d7e569b5aebd130813c7b37661d8ed691aba2ca (patch) | |
tree | cc1e782be4ec0a48a9b78f8eda03a10959554428 /debian/lenny/applications/kvirc | |
parent | 004e94a05027cb4278bfc9933055a75c60c75b42 (diff) | |
download | tde-packaging-9d7e569b5aebd130813c7b37661d8ed691aba2ca.tar.gz tde-packaging-9d7e569b5aebd130813c7b37661d8ed691aba2ca.zip |
Remove no longer needed move modules from share to lib in kvirc on Debian and Ubuntu
Diffstat (limited to 'debian/lenny/applications/kvirc')
-rwxr-xr-x | debian/lenny/applications/kvirc/debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/lenny/applications/kvirc/debian/rules b/debian/lenny/applications/kvirc/debian/rules index fd45d5925..0cb35b452 100755 --- a/debian/lenny/applications/kvirc/debian/rules +++ b/debian/lenny/applications/kvirc/debian/rules @@ -72,9 +72,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 -common-install-arch:: - mv $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/kvirc $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/lib/ - post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: |