forked from mia/Aegisub
Supplant ${HOME} with /home/verm, I forgot that the buildslaves run with an extremely limited env. This isn't a perm solution but it'll get us building for now.
Originally committed to SVN as r3450.
This commit is contained in:
parent
ec28310df9
commit
1af100f284
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ else
|
||||||
BIN_MAKE="make"
|
BIN_MAKE="make"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ACLOCAL_FLAGS="-I ${HOME}/build/wx/share/aclocal" ./autogen.sh ${CONFIGURE_ARGS} || exit $?
|
ACLOCAL_FLAGS="-I /home/verm/build/wx/share/aclocal" ./autogen.sh ${CONFIGURE_ARGS} || exit $?
|
||||||
|
|
||||||
# XXX: Work around ancient versions of intltool (cough DEBIAN)
|
# XXX: Work around ancient versions of intltool (cough DEBIAN)
|
||||||
touch intltool-update.in intltool-merge.in intltool-extract.in
|
touch intltool-update.in intltool-merge.in intltool-extract.in
|
||||||
|
|
Loading…
Reference in a new issue