diff options
Diffstat (limited to 'x11-plugins/wmarpstar/wmarpstar-1_alpha.ebuild')
-rw-r--r-- | x11-plugins/wmarpstar/wmarpstar-1_alpha.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmarpstar/wmarpstar-1_alpha.ebuild b/x11-plugins/wmarpstar/wmarpstar-1_alpha.ebuild index 3464aa5d2..c34a20a6b 100644 --- a/x11-plugins/wmarpstar/wmarpstar-1_alpha.ebuild +++ b/x11-plugins/wmarpstar/wmarpstar-1_alpha.ebuild @@ -24,8 +24,8 @@ S="${WORKDIR}/${PN}_wa_alpha1" src_compile() { sed -i \ - -e "/^CXX=/s:c++:$(tc-getCXX):" \ - Makefile + -e "/^CXX=/s:c++:$(tc-getCXX):" \ + Makefile emake || die "emake failed" } |