mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
These were in the wrong order, so errored for me.
This commit is contained in:
parent
a7e610c37d
commit
de4e3b4a69
@ -41,10 +41,11 @@ if [ "$1" == "--gettext-only" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
cp -f $(dirname $(which automake))/../share/automake-*/mkinstalldirs ./
|
||||
cp -f $(dirname $(which automake))/../share/gettext/config.rpath ./
|
||||
|
||||
libtoolize -f -c
|
||||
aclocal --force
|
||||
autoheader -f
|
||||
autoconf -f
|
||||
automake -a -c --gnu --foreign
|
||||
cp -f $(dirname $(which automake))/../share/automake-*/mkinstalldirs ./
|
||||
cp -f $(dirname $(which automake))/../share/gettext/config.rpath ./
|
||||
|
Loading…
Reference in New Issue
Block a user