]> Pileus Git - ~andy/sunrise/blobdiff - x11-plugins/cairo-clock/cairo-clock-0.3.2.ebuild
x11-plugins/cairo-clock - Change make to emake.
[~andy/sunrise] / x11-plugins / cairo-clock / cairo-clock-0.3.2.ebuild
index c8baae3bb4f38dec397bf174498dd3f94e55b017..fc4a93ff9a3186eba459b47ccf2c10204901d61d 100644 (file)
@@ -18,7 +18,7 @@ DEPEND=">=x11-libs/cairo-1.0.2
 RDEPEND="${DEPEND}"
 
 src_install() {
-       make DESTDIR="${D}" install || die "make install failed"
+       emake DESTDIR="${D}" install || die "emake install failed"
        dodoc README NEWS AUTHORS TODO
 }