Ticket #153: libframeworkd-glib-20090227.ebuild.diff
| File libframeworkd-glib-20090227.ebuild.diff, 0.6 KB (added by alonbl, 3 years ago) |
|---|
-
sys-mobilephone/libframeworkd-glib/
old new 24 22 src_unpack() { 25 23 # Fetch and unpack current git sources 26 24 git_src_unpack 27 eautoreconf || die "autoreconf failed"28 glib-gettextize --force --copy || die "glib-gettextize failed"25 eautoreconf 26 glib-gettextize --force --copy || die 29 27 } 30 28 31 29 src_install() { 32 emake DESTDIR="${D}" install || die "emake failed"30 emake DESTDIR="${D}" install || die 33 31 }
