diff options
Diffstat (limited to 'net-dns/bind-tools')
-rw-r--r-- | net-dns/bind-tools/bind-tools-9.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/bind-tools/bind-tools-9.2.1.ebuild b/net-dns/bind-tools/bind-tools-9.2.1.ebuild index ac026121ab4c..9e151c0668a3 100644 --- a/net-dns/bind-tools/bind-tools-9.2.1.ebuild +++ b/net-dns/bind-tools/bind-tools-9.2.1.ebuild @@ -23,13 +23,13 @@ src_compile() { econf || die "configure failed" cd ${S}/lib/isc - emake || die "make failed in /lib/isc" + make || die "make failed in /lib/isc" cd ${S}/lib/dns - emake || die "make failed in /lib/dns" + make || die "make failed in /lib/dns" cd ${S}/bin/dig - emake || die "make failed in /bin/dig" + make || die "make failed in /bin/dig" } src_install() { |