Skip to content

Commit

Permalink
sabnzbdd: revert unrar in SPK_COMMANDS
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Jan 11, 2025
1 parent 673f08a commit 91f147a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spk/sabnzbd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ SERVICE_PORT_TITLE = $(DISPLAY_NAME)
# Admin link for in DSM UI
ADMIN_PORT = $(SERVICE_PORT)


SPK_COMMANDS = bin/unrar bin/7za

include ../../mk/spksrc.common.mk
ifeq ($(call version_lt, $(TCVERSION), 7.0),1)
DEPENDS += cross/unrar
Expand All @@ -56,6 +53,8 @@ POST_STRIP_TARGET = sabnzbd_extra_install
# Add nice and ionice commands
ENV += BUSYBOX_CONFIG="nice ionice"

SPK_COMMANDS = bin/7za

# [cryptography]
DEPENDS += cross/cryptography

Expand Down

0 comments on commit 91f147a

Please sign in to comment.