pacman/autogen.sh
Allan McRae d5ff21c221 Ignore failure to patch during autogen.sh
patch -N ignores the previously applied patch but still returns 1.
This causes a git build with a reused source directory to fail.

Signed-off-by: Allan McRae <allan@archlinux.org>
2013-10-14 12:59:49 +10:00

4 lines
93 B
Bash
Executable file

#!/bin/sh -xu
autoreconf -i
(cd build-aux && (patch -Np0 -i ltmain-asneeded.patch || true))