diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-11-16 03:48:08 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-16 03:48:08 +0100 |
commit | e747ba9c24732028ce543f6885900dbe513a4ffd (patch) | |
tree | b9ddca76f9bff5e08f7849db868040fbce6f3e0c /ubuntu/maverick/tdeutils/debian/rules | |
parent | e9897d2176f6831435673cf463c0bbed7e836ee2 (diff) | |
download | tde-packaging-e747ba9c24732028ce543f6885900dbe513a4ffd.tar.gz tde-packaging-e747ba9c24732028ce543f6885900dbe513a4ffd.zip |
Fix tdeutils build issues on Debian and Ubuntu
Cdbs files modified to support both automake and cmake
Removed unnecessary files installed into doc
Include files moved to default location
Diffstat (limited to 'ubuntu/maverick/tdeutils/debian/rules')
-rwxr-xr-x | ubuntu/maverick/tdeutils/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/tdeutils/debian/rules b/ubuntu/maverick/tdeutils/debian/rules index 0dfac3ab0..f0a8e0d00 100755 --- a/ubuntu/maverick/tdeutils/debian/rules +++ b/ubuntu/maverick/tdeutils/debian/rules @@ -5,7 +5,7 @@ include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk -DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_PREFIX := /opt/trinity DEB_CONFIGURE_INFODIR := /opt/trinity/share/info |