diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-11-17 02:33:32 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-17 02:33:32 +0100 |
commit | 7c5d232eb26d4a925503f551a46965de870eefe7 (patch) | |
tree | 7c374e156bc228cc6d9c191ea48a294c7732b805 /ubuntu/maverick/tdeartwork/debian/rules | |
parent | e747ba9c24732028ce543f6885900dbe513a4ffd (diff) | |
download | tde-packaging-7c5d232eb26d4a925503f551a46965de870eefe7.tar.gz tde-packaging-7c5d232eb26d4a925503f551a46965de870eefe7.zip |
Fix tdeartwork build issues on Debian and Ubuntu
Cdbs files modified to support both automake and cmake
Include files moved to default location
Removed now unnecessary patches
Diffstat (limited to 'ubuntu/maverick/tdeartwork/debian/rules')
-rwxr-xr-x | ubuntu/maverick/tdeartwork/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/tdeartwork/debian/rules b/ubuntu/maverick/tdeartwork/debian/rules index 82a71627a..be9adbbcd 100755 --- a/ubuntu/maverick/tdeartwork/debian/rules +++ b/ubuntu/maverick/tdeartwork/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 |