summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-02-22 14:56:29 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-02-22 14:56:29 (GMT)
commit161271070b84d12cf175e06de542a04c89e438a6 (patch)
treeca8a4be59727379c4a25e0d039610945ae56e2c2
parent6f80905b6b976e1355b8556fc3a1dd6288701593 (diff)
fixed configure
-rwxr-xr-xsrc/configure14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/configure b/src/configure
index ef6e03a..1fa9232 100755
--- a/src/configure
+++ b/src/configure
@@ -1,15 +1,15 @@
#!/bin/sh
-#
+#
# rharchive
#
-# rharchive is a simple tcp connection proxy which combines the
-# features of rinetd and 6tunnel. rharchive supports IPv4 and
-# IPv6 and also supports connections from IPv6 to IPv4
+# rharchive is a simple tcp connection proxy which combines the
+# features of rinetd and 6tunnel. rharchive supports IPv4 and
+# IPv6 and also supports connections from IPv6 to IPv4
# endpoints and vice versa.
-#
+#
#
# Copyright (C) 2010-2011 Christian Pointner <equinox@helsinki.at>
-#
+#
# This file is part of rharchive.
#
# rharchive is free software: you can redistribute it and/or modify
@@ -26,6 +26,8 @@
# along with rharchive. If not, see <http://www.gnu.org/licenses/>.
#
+set -e
+
TARGET=`uname -s`
EBUILD_COMPAT=0