diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-24 17:39:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-24 17:39:51 -0600 |
commit | 26cead648c6fa5b047caf9ff6badaffca17de97d (patch) | |
tree | 9acb3f8f8d06a925240da7ebc6c15a4fd33860b0 | |
parent | 2f36af3a328bf230d5c6bb787652d074f45c8b4b (diff) | |
download | tde-packaging-26cead648c6fa5b047caf9ff6badaffca17de97d.tar.gz tde-packaging-26cead648c6fa5b047caf9ff6badaffca17de97d.zip |
Fix kgtk-qt3 FTBFS on Debian and Ubuntu
-rwxr-xr-x | debian/lenny/applications/kgtk-qt3/debian/rules | 3 | ||||
-rwxr-xr-x | debian/squeeze/applications/kgtk-qt3/debian/rules | 3 | ||||
-rwxr-xr-x | ubuntu/maverick/applications/kgtk-qt3/debian/rules | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/debian/lenny/applications/kgtk-qt3/debian/rules b/debian/lenny/applications/kgtk-qt3/debian/rules index cd79c71f9..1948d86d6 100755 --- a/debian/lenny/applications/kgtk-qt3/debian/rules +++ b/debian/lenny/applications/kgtk-qt3/debian/rules @@ -25,8 +25,7 @@ DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" - # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true -install/kgtk-qt3-trinity:: - $(MAKE) install DESTDIR=$(CURDIR)/debian/kgtk-qt3-trinity +binary-install/kgtk-qt3-trinity:: mkdir -p $(CURDIR)/debian/kgtk-qt3-trinity/opt/trinity/share/kgtk/ cp -Rp $(CURDIR)/debian/preload $(CURDIR)/debian/kgtk-qt3-trinity/opt/trinity/share/kgtk/ diff --git a/debian/squeeze/applications/kgtk-qt3/debian/rules b/debian/squeeze/applications/kgtk-qt3/debian/rules index cd79c71f9..1948d86d6 100755 --- a/debian/squeeze/applications/kgtk-qt3/debian/rules +++ b/debian/squeeze/applications/kgtk-qt3/debian/rules @@ -25,8 +25,7 @@ DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" - # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true -install/kgtk-qt3-trinity:: - $(MAKE) install DESTDIR=$(CURDIR)/debian/kgtk-qt3-trinity +binary-install/kgtk-qt3-trinity:: mkdir -p $(CURDIR)/debian/kgtk-qt3-trinity/opt/trinity/share/kgtk/ cp -Rp $(CURDIR)/debian/preload $(CURDIR)/debian/kgtk-qt3-trinity/opt/trinity/share/kgtk/ diff --git a/ubuntu/maverick/applications/kgtk-qt3/debian/rules b/ubuntu/maverick/applications/kgtk-qt3/debian/rules index cd79c71f9..1948d86d6 100755 --- a/ubuntu/maverick/applications/kgtk-qt3/debian/rules +++ b/ubuntu/maverick/applications/kgtk-qt3/debian/rules @@ -25,8 +25,7 @@ DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" - # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true -install/kgtk-qt3-trinity:: - $(MAKE) install DESTDIR=$(CURDIR)/debian/kgtk-qt3-trinity +binary-install/kgtk-qt3-trinity:: mkdir -p $(CURDIR)/debian/kgtk-qt3-trinity/opt/trinity/share/kgtk/ cp -Rp $(CURDIR)/debian/preload $(CURDIR)/debian/kgtk-qt3-trinity/opt/trinity/share/kgtk/ |