mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-10 11:35:00 -05:00
d5ff21c221
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>
5 lines
93 B
Bash
Executable File
5 lines
93 B
Bash
Executable File
#!/bin/sh -xu
|
|
|
|
autoreconf -i
|
|
(cd build-aux && (patch -Np0 -i ltmain-asneeded.patch || true))
|