diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-09-13 19:47:40 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-09-13 19:47:40 +0200 |
commit | fb1176fa5dd2120d92cbc41ecb077046102d0908 (patch) | |
tree | ed851b8f3522c3d7d34f6062c542def47b48eddf /ubuntu/precise/applications/kmyfirewall/debian/debiandirs | |
parent | 4cc8eb75be25c49d0869b2f73df9298105baa742 (diff) | |
download | tde-packaging-fb1176fa5dd2120d92cbc41ecb077046102d0908.tar.gz tde-packaging-fb1176fa5dd2120d92cbc41ecb077046102d0908.zip |
Fix install directories for kmyfirewall on Debian and Ubuntu
Diffstat (limited to 'ubuntu/precise/applications/kmyfirewall/debian/debiandirs')
-rw-r--r-- | ubuntu/precise/applications/kmyfirewall/debian/debiandirs | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ubuntu/precise/applications/kmyfirewall/debian/debiandirs b/ubuntu/precise/applications/kmyfirewall/debian/debiandirs index 289b430dc..90247b9a0 100644 --- a/ubuntu/precise/applications/kmyfirewall/debian/debiandirs +++ b/ubuntu/precise/applications/kmyfirewall/debian/debiandirs @@ -1,10 +1,10 @@ -export kde_prefix=/usr +export kde_prefix=/opt/trinity export sysconfdir=/etc -export kde_includedir=/usr/include/tde -export infodir=/usr/share/info -export mandir=/usr/share/man -export qtdir=/usr/share/qt3 -export kde_cgidir=/usr/trinity/lib/cgi-bin +export kde_includedir=/opt/trinity/include/tde +export infodir=/opt/trinity/share/info +export mandir=/opt/trinity/share/man +export qtdir=/opt/trinity/share/qt3 +export kde_cgidir=/opt/trinity/lib/cgi-bin export kde_confdir=/etc/trinity -export kde_htmldir=/usr/share/doc/tde/HTML -configkde=--disable-debug --prefix=$(kde_prefix) --sysconfdir=$(sysconfdir) --includedir=$(kde_includedir) --infodir=$(infodir) --mandir=$(mandir) --with-qt-dir=$(qtdir) +export kde_htmldir=/opt/trinity/share/doc/tde/HTML +configkde=--disable-debug --disable-rpath --prefix=$(kde_prefix) --sysconfdir=$(sysconfdir) --includedir=$(kde_includedir) --infodir=$(infodir) --mandir=$(mandir) --with-qt-dir=$(qtdir) |