diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-05-17 13:52:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-05-17 13:52:08 +0900 |
commit | 3033b338e5f09deb6cbb9e26235fd1bed96537cd (patch) | |
tree | 58df78f482e73fe58209415656dab3fa2604c0c1 /ubuntu/maverick/applications/kchmviewer/debian/rules | |
parent | 667ba3c078943712504e6fb2c19c8604fa513395 (diff) | |
download | tde-packaging-3033b338e5f09deb6cbb9e26235fd1bed96537cd.tar.gz tde-packaging-3033b338e5f09deb6cbb9e26235fd1bed96537cd.zip |
Fixed directory configuration for KChmviewer in Debian/Ubuntu.
Diffstat (limited to 'ubuntu/maverick/applications/kchmviewer/debian/rules')
-rwxr-xr-x | ubuntu/maverick/applications/kchmviewer/debian/rules | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/ubuntu/maverick/applications/kchmviewer/debian/rules b/ubuntu/maverick/applications/kchmviewer/debian/rules index c22afc5a3..e3fdf7aac 100755 --- a/ubuntu/maverick/applications/kchmviewer/debian/rules +++ b/ubuntu/maverick/applications/kchmviewer/debian/rules @@ -1,14 +1,10 @@ #!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +-include debian/debiandirs + DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_PREFIX := /opt/trinity @@ -43,8 +39,6 @@ else CFLAGS += -O2 endif --include debian/debiandirs - build: debian/build-kde debian/build-kde: |