diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-08-30 20:24:18 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-08-30 20:24:18 +0200 |
commit | 55642292818f51e3cfee733f8ee38d30f95880b5 (patch) | |
tree | e1e728564de0996c2b566c7eeb41e00ecdf563a9 /ubuntu/maverick/applications/tde-style-qtcurve/debian/rules | |
parent | 56a080ec706bbe821a66a76310a5bcf72aa60f4f (diff) | |
download | tde-packaging-55642292818f51e3cfee733f8ee38d30f95880b5.tar.gz tde-packaging-55642292818f51e3cfee733f8ee38d30f95880b5.zip |
Fix tde-style-qtcurve FTBFS on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/applications/tde-style-qtcurve/debian/rules')
-rwxr-xr-x | ubuntu/maverick/applications/tde-style-qtcurve/debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/tde-style-qtcurve/debian/rules b/ubuntu/maverick/applications/tde-style-qtcurve/debian/rules index abada8378..c61c340ae 100755 --- a/ubuntu/maverick/applications/tde-style-qtcurve/debian/rules +++ b/ubuntu/maverick/applications/tde-style-qtcurve/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +PATH := /opt/trinity/bin:$(PATH) + # Set LD_LIBRARY_PATH to the installed library directory to allow dh_shlibdeps to function # Also include the main Trinity path ifeq ("$(LD_LIBRARY_PATH)", "") |