system/grub4dos: Remove p7zip dependency.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2023-08-10 02:24:59 -04:00 committed by Willy Sudiarto Raharjo
parent 6dffd315fe
commit 92994f3657
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 2 additions and 3 deletions

View File

@ -39,8 +39,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$SRCVERSION
# Guess they're using 7-zip archives now.
#unzip $CWD/$PRGNAM-$TARVERSION.zip
7z x $CWD/$PRGNAM-$TARVERSION.7z
bsdtar xvf $CWD/$PRGNAM-$TARVERSION.7z
cd $PRGNAM-$SRCVERSION
chown -R root:root .
find -L . \

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://storage.googleapis.com/google-code-archive-downloads/v2/code.g
MD5SUM="525f86bd58cfb4608f50c22f4e58042b"
DOWNLOAD_x86_64="UNSUPPORTED"
MD5SUM_x86_64=""
REQUIRES="p7zip"
REQUIRES=""
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"