summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/tde-style-qtcurve/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/maverick/applications/tde-style-qtcurve/debian/rules')
-rwxr-xr-xubuntu/maverick/applications/tde-style-qtcurve/debian/rules6
1 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu/maverick/applications/tde-style-qtcurve/debian/rules b/ubuntu/maverick/applications/tde-style-qtcurve/debian/rules
index 7e7cc1d9e..3d090390b 100755
--- a/ubuntu/maverick/applications/tde-style-qtcurve/debian/rules
+++ b/ubuntu/maverick/applications/tde-style-qtcurve/debian/rules
@@ -51,7 +51,7 @@ build-stamp: config.status
# Add here commands to compile the package.
cd build; env PATH=/opt/trinity/bin:$(PATH) CMAKE_LIBRARY_PATH=/opt/trinity/lib CMAKE_INCLUDE_PATH=/opt/trinity/include/kde $(MAKE)
- #docbook-to-man debian/kde-style-qtcurve.sgml > kde-style-qtcurve.1
+ #docbook-to-man debian/tde-style-qtcurve.sgml > tde-style-qtcurve.1
touch $@
@@ -73,8 +73,8 @@ install: build
dh_clean -k
dh_installdirs
- # Add here commands to install the package into debian/kde-style-qtcurve-trinity.
- cd build; env PATH=/opt/trinity/bin:$(PATH) CMAKE_LIBRARY_PATH=/opt/trinity/lib CMAKE_INCLUDE_PATH=/opt/trinity/include/kde $(MAKE) DESTDIR=$(CURDIR)/debian/kde-style-qtcurve-trinity install
+ # Add here commands to install the package into debian/tde-style-qtcurve-trinity.
+ cd build; env PATH=/opt/trinity/bin:$(PATH) CMAKE_LIBRARY_PATH=/opt/trinity/lib CMAKE_INCLUDE_PATH=/opt/trinity/include/kde $(MAKE) DESTDIR=$(CURDIR)/debian/tde-style-qtcurve-trinity install
# Build architecture-independent files here.