From: Ian Jackson Date: Fri, 16 Jan 2015 18:23:37 +0000 (+0000) Subject: found X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c50338a4e9d0271be8ff25383789e9ddaeb88854;p=people%2Fiwj%2Frump-build-script-junk.git found Signed-off-by: Ian Jackson --- diff --git a/script b/script index 26fd033..2528fa4 100755 --- a/script +++ b/script @@ -20,9 +20,9 @@ gettar () { rm -f "$dlfile" wget "$url" rm -rf d; mkdir d; cd d - tar axf ../"$dlfile" + x tar axf ../"$dlfile" cd .. - mv d/$dir .. + mv d/$dir . fi } @@ -62,5 +62,7 @@ stdmake stdmakeinstall want libffi-3.1 ftp://sourceware.org/pub/libffi/libffi-3.1.tar.gz -want glib-2.32.4 http://ftp.gnome.org/pub/gnome/sources/glib/2.32/glib-2.32.4.tar.xz +want gettext-0.19.3 http://ftp.gnu.org/pub/gnu/gettext/gettext-0.19.3.tar.xz + +want glib-2.32.4 http://ftp.gnome.org/pub/gnome/sources/glib/2.32/glib-2.32.4.tar.xz