summaryrefslogtreecommitdiffstats
path: root/patches/fam-2.7.0
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-03-03 11:26:15 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-03-03 16:52:17 +0100
commitbce94b144fb0c65749668e874b2c9a6c076016eb (patch)
treebcda3bc495752e988a2cfb508adfa93f7eb20fb5 /patches/fam-2.7.0
parent94f50c8129be7eb3732c0ddb4ddc8faa654a306d (diff)
downloadptxdist-bce94b144fb0c65749668e874b2c9a6c076016eb.tar.gz
ptxdist-bce94b144fb0c65749668e874b2c9a6c076016eb.tar.xz
fam: cleanup rules
move configure fixup to autogen.sh Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/fam-2.7.0')
-rwxr-xr-x[l---------]patches/fam-2.7.0/autogen.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/patches/fam-2.7.0/autogen.sh b/patches/fam-2.7.0/autogen.sh
index 9f8a4cb7d..18c25293c 120000..100755
--- a/patches/fam-2.7.0/autogen.sh
+++ b/patches/fam-2.7.0/autogen.sh
@@ -1 +1,6 @@
-../autogen.sh \ No newline at end of file
+#!/bin/sh
+
+# configure must be writable or autom4te will fail
+chmod +w configure
+
+exec "$(dirname $0)/../autogen.sh"