From 92994f3657dc1632aa918c70fa41430103362647 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 10 Aug 2023 02:24:59 -0400 Subject: system/grub4dos: Remove p7zip dependency. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- system/grub4dos/grub4dos.SlackBuild | 3 +-- system/grub4dos/grub4dos.info | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'system/grub4dos') 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" -- cgit v1.2.3-65-gdbad