summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-20 13:17:30 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-20 13:17:30 +0100
commitf0e34c361e8024be4bb7bc4fdb04dfc7c2893f37 (patch)
treec4a8be40ae6175b7024f13918af1c0fa9cb29edc
parent4bc5a035084f96f510390793a4a5726f3f7ca49a (diff)
downloadat-spi2-atk-f0e34c361e8024be4bb7bc4fdb04dfc7c2893f37.tar.gz
at-spi2-atk.morph: Fix autoreconf commandline
I'm getting confused with RPM in my old age
-rw-r--r--at-spi2-atk.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/at-spi2-atk.morph b/at-spi2-atk.morph
index 2f65047..8dd95b6 100644
--- a/at-spi2-atk.morph
+++ b/at-spi2-atk.morph
@@ -3,7 +3,7 @@
"kind": "chunk",
"build-system": "autotools",
"configure-commands": [
- "autoreconf -ivh",
+ "autoreconf -ivf",
"./configure --prefix=\"$PREFIX\""
]
}