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/grub4dos/grub4dos.SlackBuild | |
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/grub4dos/grub4dos.SlackBuild')
-rw-r--r-- | system/grub4dos/grub4dos.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/grub4dos/grub4dos.SlackBuild b/system/grub4dos/grub4dos.SlackBuild index e865e018032ae..cfd913ecfc55a 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 . \ |