aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/giac/giac-1.1.0.ebuild')
-rw-r--r--sci-mathematics/giac/giac-1.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/giac/giac-1.1.0.ebuild b/sci-mathematics/giac/giac-1.1.0.ebuild
index d48ef0490..4b2232ca9 100644
--- a/sci-mathematics/giac/giac-1.1.0.ebuild
+++ b/sci-mathematics/giac/giac-1.1.0.ebuild
@@ -33,7 +33,7 @@ src_prepare(){
}
src_install() {
- DESTDIR="${D}" emake install || die "emake install failed"
+ emake install DESTDIR="${D}" || die "emake install failed"
mv ${D}/usr/bin/{aide,giac-help}
rm ${D}/usr/bin/*cas_help
dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README TROUBLES