Use /home/verm in lieu of ~ as it won't get expanded.
Originally committed to SVN as r3422.
This commit is contained in:
parent
f3e84bea88
commit
6cae404100
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 ~/build/wx/share/aclocal" ./autogen.sh ${CONFIGURE_ARGS} || exit $?
|
ACLOCAL_FLAGS="-I ${HOME}/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