get-scripts diff apk-studio @ rev 80
libreoffice: fix menu entries (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 09 11:40:00 2019 +0200 (2019-06-09) |
parents | 2cdf3e534506 |
children |
line diff
1.1 --- a/apk-studio Sat Apr 23 13:31:41 2016 +0200 1.2 +++ b/apk-studio Sun Jun 09 11:40:00 2019 +0200 1.3 @@ -9,7 +9,7 @@ 1.4 BUILD_DEPENDS="wget" 1.5 1.6 wget --no-check-certificate -O $TARBALL "$WGET_URL" 1.7 -[ -f $TARBALL ] || abort_package "Could not download $TARBALL from $URL. Exiting." 1.8 +[ -f $TARBALL ] || abort_package 1.9 1.10 mkdir -p $PACKAGE-$VERSION/fs/usr/share/$PACKAGE $PACKAGE-$VERSION/fs/usr/bin 1.11 tar xjf $TARBALL -C $PACKAGE-$VERSION/fs/usr/share/$PACKAGE