summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/proxytunnel/proxytunnel-1.9.1-r1.ebuild')
-rw-r--r--net-misc/proxytunnel/proxytunnel-1.9.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/proxytunnel/proxytunnel-1.9.1-r1.ebuild b/net-misc/proxytunnel/proxytunnel-1.9.1-r1.ebuild
index 40ac24ea6cf2..4807d1daeff2 100644
--- a/net-misc/proxytunnel/proxytunnel-1.9.1-r1.ebuild
+++ b/net-misc/proxytunnel/proxytunnel-1.9.1-r1.ebuild
@@ -28,10 +28,10 @@ src_prepare() {
src_compile() {
use static && append-ldflags -static
- emake CC="$(tc-getCC)" || die
+ emake CC="$(tc-getCC)"
}
src_install() {
- emake install prefix="${EPREFIX}"/usr DESTDIR="${D}" || die
+ emake install prefix="${EPREFIX}"/usr DESTDIR="${D}"
dodoc CHANGES CREDITS INSTALL KNOWN_ISSUES LICENSE.txt README RELNOTES TODO
}