diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-05-31 22:11:07 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-05-31 22:11:07 +0900 |
commit | 85084f00f8bd4bdbd04bdd2bb2c12d2a2d0bc975 (patch) | |
tree | 6b6c1b0b27ac98bb261bf7dc580561cfcdf819c4 | |
parent | ddab224b431233637f44435253340ca24a7ab747 (diff) | |
download | tde-packaging-85084f00f8bd4bdbd04bdd2bb2c12d2a2d0bc975.tar.gz tde-packaging-85084f00f8bd4bdbd04bdd2bb2c12d2a2d0bc975.zip |
Fix kchmviewer FTBFS on Debian/Ubuntu caused by commit c7bb5f0
-rwxr-xr-x | debian/lenny/applications/kchmviewer/debian/rules | 2 | ||||
-rwxr-xr-x | debian/squeeze/applications/kchmviewer/debian/rules | 2 | ||||
-rwxr-xr-x | ubuntu/maverick/applications/kchmviewer/debian/rules | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/lenny/applications/kchmviewer/debian/rules b/debian/lenny/applications/kchmviewer/debian/rules index 9f09d3cea..f9da12f7f 100755 --- a/debian/lenny/applications/kchmviewer/debian/rules +++ b/debian/lenny/applications/kchmviewer/debian/rules @@ -58,7 +58,7 @@ debian/build-kde: ln -sf /usr/share/misc/config.guess config.guess [ -d build-kde ] || mkdir build-kde - cd build-kde && ../configure CFLAGS="$(CFLAGS)" $(CONFIGURE_OPTIONS_TDE) + cd build-kde && ../configure CFLAGS="$(CFLAGS)" $(CONFIGURE_OPTIONS_TDE) $(MAKE) -C build-kde touch debian/build-kde diff --git a/debian/squeeze/applications/kchmviewer/debian/rules b/debian/squeeze/applications/kchmviewer/debian/rules index 9f09d3cea..f9da12f7f 100755 --- a/debian/squeeze/applications/kchmviewer/debian/rules +++ b/debian/squeeze/applications/kchmviewer/debian/rules @@ -58,7 +58,7 @@ debian/build-kde: ln -sf /usr/share/misc/config.guess config.guess [ -d build-kde ] || mkdir build-kde - cd build-kde && ../configure CFLAGS="$(CFLAGS)" $(CONFIGURE_OPTIONS_TDE) + cd build-kde && ../configure CFLAGS="$(CFLAGS)" $(CONFIGURE_OPTIONS_TDE) $(MAKE) -C build-kde touch debian/build-kde diff --git a/ubuntu/maverick/applications/kchmviewer/debian/rules b/ubuntu/maverick/applications/kchmviewer/debian/rules index 9f09d3cea..f9da12f7f 100755 --- a/ubuntu/maverick/applications/kchmviewer/debian/rules +++ b/ubuntu/maverick/applications/kchmviewer/debian/rules @@ -58,7 +58,7 @@ debian/build-kde: ln -sf /usr/share/misc/config.guess config.guess [ -d build-kde ] || mkdir build-kde - cd build-kde && ../configure CFLAGS="$(CFLAGS)" $(CONFIGURE_OPTIONS_TDE) + cd build-kde && ../configure CFLAGS="$(CFLAGS)" $(CONFIGURE_OPTIONS_TDE) $(MAKE) -C build-kde touch debian/build-kde |