Skip to content

Commit 96084b1

Browse files
authored
Change dir name in jsdbg-gdb package
1 parent 43af27a commit 96084b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/JsDbg.Gdb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dist:
4545
cd ../JsDbg.Stdio && $(DOTNET) publish -c Release -r linux-x64 --self-contained -o $(PUBLISH_SC)
4646
cp $(PYTHON_FILES) $(PUBLISH_SC)
4747
@echo 'Creating jsdbg-gdb.tar.bz2'
48-
@tar --transform="s#$(PUBLISH_SC_REL)#jsdbg#" -c -j -f jsdbg-gdb.tar.bz2 $(PUBLISH_SC_REL)
48+
@tar --transform="s#$(PUBLISH_SC_REL)#jsdbg-gdb#" -c -j -f jsdbg-gdb.tar.bz2 $(PUBLISH_SC_REL)
4949

5050
.PHONY: clean install all package
5151

0 commit comments

Comments
 (0)