diff options
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 |
commit | 92994f3657dc1632aa918c70fa41430103362647 (patch) | |
tree | 6b4fdcb05df1087b21ddea65f8b3c327d3cb3f91 /system | |
parent | 6dffd315feb78febaf14f527764a24c5fcd9c64f (diff) |
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')
-rw-r--r-- | system/grub4dos/grub4dos.SlackBuild | 3 | ||||
-rw-r--r-- | system/grub4dos/grub4dos.info | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/system/grub4dos/grub4dos.SlackBuild b/system/grub4dos/grub4dos.SlackBuild index e865e018032a..cfd913ecfc55 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 fdc043c9c058..5683a2c84678 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" |