diff options
Diffstat (limited to 'sys-libs/libvpd')
-rw-r--r-- | sys-libs/libvpd/libvpd-2.1.3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-libs/libvpd/libvpd-2.1.3.ebuild b/sys-libs/libvpd/libvpd-2.1.3.ebuild index fc751d0e4407..e4566e2fcdee 100644 --- a/sys-libs/libvpd/libvpd-2.1.3.ebuild +++ b/sys-libs/libvpd/libvpd-2.1.3.ebuild @@ -23,10 +23,9 @@ src_unpack() { src_configure() { ./bootstrap.sh - econf || die "Unable to configure" + econf } src_install(){ - emake DESTDIR="${D}" install || die "Something went wrong" - + emake DESTDIR="${D}" install } |