diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-10-27 01:54:48 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-10-27 02:03:57 +0200 |
commit | 135318d88bccce0aefbfa708457ee063760f1b63 (patch) | |
tree | f5e15505cad0f02dbb009e3d727c70bebf1db302 /ubuntu/maverick | |
parent | 2dd542cbbacaf68ad00e84934ffe939c0653ef48 (diff) | |
download | tde-packaging-135318d88bccce0aefbfa708457ee063760f1b63.tar.gz tde-packaging-135318d88bccce0aefbfa708457ee063760f1b63.zip |
Fix tdenetwork include files location on Debian and Ubuntu
This solves FTBFS caused by previous commit
(cherry picked from commit 52bda05be177c2fdadea6a653756ecf01cf3607c)
Diffstat (limited to 'ubuntu/maverick')
-rwxr-xr-x | ubuntu/maverick/kdenetwork/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/kdenetwork/debian/rules b/ubuntu/maverick/kdenetwork/debian/rules index 83389d168..d042b3d55 100755 --- a/ubuntu/maverick/kdenetwork/debian/rules +++ b/ubuntu/maverick/kdenetwork/debian/rules @@ -17,7 +17,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/kde +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 |