summaryrefslogtreecommitdiffstats
path: root/system/grub4dos
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2023-08-10 02:24:59 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-08-12 08:29:53 +0700
commit92994f3657dc1632aa918c70fa41430103362647 (patch)
tree6b4fdcb05df1087b21ddea65f8b3c327d3cb3f91 /system/grub4dos
parent6dffd315feb78febaf14f527764a24c5fcd9c64f (diff)
downloadslackbuilds-92994f3657dc1632aa918c70fa41430103362647.tar.gz
slackbuilds-92994f3657dc1632aa918c70fa41430103362647.tar.xz
system/grub4dos: Remove p7zip dependency.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/grub4dos')
-rw-r--r--system/grub4dos/grub4dos.SlackBuild3
-rw-r--r--system/grub4dos/grub4dos.info2
2 files changed, 2 insertions, 3 deletions
diff --git a/system/grub4dos/grub4dos.SlackBuild b/system/grub4dos/grub4dos.SlackBuild
index e865e01803..cfd913ecfc 100644
--- a/system/grub4dos/grub4dos.SlackBuild
+++ b/system/grub4dos/grub4dos.SlackBuild
@@ -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 . \
diff --git a/system/grub4dos/grub4dos.info b/system/grub4dos/grub4dos.info
index fdc043c9c0..5683a2c846 100644
--- a/system/grub4dos/grub4dos.info
+++ b/system/grub4dos/grub4dos.info
@@ -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"