aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/qwtpolar/qwtpolar-1.1.1-r2.ebuild')
-rw-r--r--x11-libs/qwtpolar/qwtpolar-1.1.1-r2.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-libs/qwtpolar/qwtpolar-1.1.1-r2.ebuild b/x11-libs/qwtpolar/qwtpolar-1.1.1-r2.ebuild
index 5bc4066..3445b06 100644
--- a/x11-libs/qwtpolar/qwtpolar-1.1.1-r2.ebuild
+++ b/x11-libs/qwtpolar/qwtpolar-1.1.1-r2.ebuild
@@ -103,8 +103,7 @@ src_configure() {
eqmake5
# qmake 5 doesn't seem to find Qwt - not sure why, but fix it by hand...
make sub-src-qmake_all
- cd src/
- sed -i '/LIBS /s/$(SUBLIBS)/$(SUBLIBS) -lqwt6-qt5/' Makefile
+ sed -i '/LIBS /s/$(SUBLIBS)/$(SUBLIBS) -lqwt6-qt5/' src/Makefile
;;
esac
}