e-wm: ignore autopoint errors

| autopoint: File config.rpath has been locally modified.
| autopoint: warning: File mkinstalldirs has been locally modified.
| autopoint: *** Some files have been locally modified. Not overwriting
  them because --force has not been specified. For your convenience, you
  find the local modifications in the file '/tmp/gtAHz0tp/autopoint.diff'.
| autopoint: *** Stop.
This commit is contained in:
Martin Jansa
2011-09-05 15:33:16 +02:00
parent 291eb03cde
commit 79f9b3bba4
+1 -1
View File
@@ -25,7 +25,7 @@ EXTRA_OECONF = "\
"
do_configure_prepend() {
autopoint
autopoint || true
}
do_install_append() {