We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43af27a commit 96084b1Copy full SHA for 96084b1
server/JsDbg.Gdb/Makefile
@@ -45,7 +45,7 @@ dist:
45
cd ../JsDbg.Stdio && $(DOTNET) publish -c Release -r linux-x64 --self-contained -o $(PUBLISH_SC)
46
cp $(PYTHON_FILES) $(PUBLISH_SC)
47
@echo 'Creating jsdbg-gdb.tar.bz2'
48
- @tar --transform="s#$(PUBLISH_SC_REL)#jsdbg#" -c -j -f jsdbg-gdb.tar.bz2 $(PUBLISH_SC_REL)
+ @tar --transform="s#$(PUBLISH_SC_REL)#jsdbg-gdb#" -c -j -f jsdbg-gdb.tar.bz2 $(PUBLISH_SC_REL)
49
50
.PHONY: clean install all package
51
0 commit comments