diff options
author | Pawel "l0ner" Soltys <pwslts@gmail.com> | 2012-02-07 20:37:58 +0100 |
---|---|---|
committer | Pawel "l0ner" Soltys <pwslts@gmail.com> | 2012-02-07 20:37:58 +0100 |
commit | 413e1748b4f6634573311f24e9cce4ad099d9f15 (patch) | |
tree | 453a30388e10d148aa1f05c9dc1f89d6283e8dda /ubuntu/lucid_automake/applications/rosegarden/debian/rules | |
parent | 79b18e9f0f943ca0c3a60e5c6a24a3a0d0afad5d (diff) | |
parent | 784405e8180ea3d82b9c983dc6980b395a10099b (diff) | |
download | tde-packaging-413e1748b4f6634573311f24e9cce4ad099d9f15.tar.gz tde-packaging-413e1748b4f6634573311f24e9cce4ad099d9f15.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/lucid_automake/applications/rosegarden/debian/rules')
-rwxr-xr-x | ubuntu/lucid_automake/applications/rosegarden/debian/rules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ubuntu/lucid_automake/applications/rosegarden/debian/rules b/ubuntu/lucid_automake/applications/rosegarden/debian/rules index a871ea6a6..538b8d2b7 100755 --- a/ubuntu/lucid_automake/applications/rosegarden/debian/rules +++ b/ubuntu/lucid_automake/applications/rosegarden/debian/rules @@ -7,7 +7,7 @@ include /usr/share/dpatch/dpatch.make -DEB_CONFIGURE_INCLUDEDIR := /opt/kde3/include/kde +DEB_CONFIGURE_INCLUDEDIR := /opt/kde3/include/tde DEB_CONFIGURE_MANDIR := /opt/kde3/share/man DEB_CONFIGURE_PREFIX := /opt/kde3 DEB_CONFIGURE_INFODIR := /opt/kde3/share/info @@ -35,14 +35,14 @@ configure: configure-stamp configure-stamp: dh_testdir - env PATH=/opt/kde3/bin:$(PATH) CMAKE_LIBRARY_PATH=/opt/kde3/lib CMAKE_INCLUDE_PATH=/opt/kde3/include/kde CMAKE_INSTALL_PREFIX=/usr cmake . + env PATH=/opt/kde3/bin:$(PATH) CMAKE_LIBRARY_PATH=/opt/kde3/lib CMAKE_INCLUDE_PATH=/opt/kde3/include/tde CMAKE_INSTALL_PREFIX=/usr cmake . touch configure-stamp build: build-stamp build-stamp: configure-stamp patch-stamp dh_testdir - env PATH=/opt/kde3/bin:$(PATH) CMAKE_LIBRARY_PATH=/opt/kde3/lib CMAKE_INCLUDE_PATH=/opt/kde3/include/kde make + env PATH=/opt/kde3/bin:$(PATH) CMAKE_LIBRARY_PATH=/opt/kde3/lib CMAKE_INCLUDE_PATH=/opt/kde3/include/tde make touch build-stamp clean: unpatch @@ -64,7 +64,7 @@ install: build dh_clean -k dh_installdirs - env PATH=/opt/kde3/bin:$(PATH) CMAKE_LIBRARY_PATH=/opt/kde3/lib CMAKE_INCLUDE_PATH=/opt/kde3/include/kde make install DESTDIR=`pwd`/debian/tmp + env PATH=/opt/kde3/bin:$(PATH) CMAKE_LIBRARY_PATH=/opt/kde3/lib CMAKE_INCLUDE_PATH=/opt/kde3/include/tde make install DESTDIR=`pwd`/debian/tmp find debian/tmp/opt/kde3/share -type f -exec chmod 664 {} \; # Build architecture-independent files here. |