Skip to content

Commit

Permalink
use unversioned IPK filename
Browse files Browse the repository at this point in the history
  • Loading branch information
throwaway96 committed Aug 10, 2024
1 parent e71641f commit c301bd2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ZIPOUT = dejavuln-autoroot.zip

HAXBASE = lol$$(sh$$IFS$$(find$$IFS/tmp/usb$$IFS-maxdepth$${IFS}3$$IFS-name$${IFS}autoroot.sh))

FILES = autoroot.sh hbchannel-0.6.3.ipk $(HAXBASE).mp3 $(HAXBASE).lrc
FILES = autoroot.sh hbchannel.ipk $(HAXBASE).mp3 $(HAXBASE).lrc

.PHONY: all
all: $(ZIPOUT)
Expand Down
2 changes: 1 addition & 1 deletion autoroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set -e

USB_PATH="${USB_PATH:-$(dirname -- "${0}")}"
DEBUG="${DEBUG:-}"
IPK_SRC="${IPK_SRC:-"${USB_PATH}/hbchannel-0.6.3.ipk"}"
IPK_SRC="${IPK_SRC:-"${USB_PATH}/hbchannel.ipk"}"

srcapp='com.webos.service.secondscreen.gateway'

Expand Down
File renamed without changes.

0 comments on commit c301bd2

Please sign in to comment.