mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 12:36:32 +01:00
Fix libunistring.
It seems that there is some instability of git snapshot packages. I think newer version of git on the remote server packages them in a different directory layout.
This commit is contained in:
parent
5eac8ea605
commit
f0079dd1d5
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ src_prepare() {
|
|||
|
||||
# libunistring does not specify which gnulib snapshot was used,
|
||||
# pick a random one that works
|
||||
GNULIB_TOOL=../gnulib-52a06cb3a849df0bbce38b69dd7ae58cc1de5f68/gnulib-tool ./autogen.sh
|
||||
GNULIB_TOOL=../gnulib-52a06cb3/gnulib-tool ./autogen.sh
|
||||
|
||||
# autogen.sh does not regenerate libtool files
|
||||
autoreconf-2.69 -fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue