index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <dreisner@archlinux.org> | 2013-10-13 23:20:08 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-10-15 12:40:53 +1000 |
commit | 217aaaf3ea6d533ee77e4fad19d320c70a302382 (patch) | |
tree | 67edf6cff2558a8bc48a83c208bf23ca8c545e31 /autogen.sh | |
parent | ed511b141f1680b52efe3338eb90a9598af0a4dd (diff) |
-rwxr-xr-x | autogen.sh | 6 |
@@ -1,4 +1,6 @@ -#!/bin/sh -xu +#!/bin/sh -x autoreconf -i -(cd build-aux && (patch -Np0 -i ltmain-asneeded.patch || true)) +patch -d build-aux -Np0 -i ltmain-asneeded.patch + +exit 0 |