File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 - name : Install Toolchain
134134 env :
135135 PREFIX : ${{github.workspace}}
136- run : make -j4 -C ${{env.TOOLCHAIN_PATH}} install V=1 DESTDIR=${{github.workspace}}/
136+ run : make -j4 -C ${{env.TOOLCHAIN_PATH}} install V=1 DESTDIR=${{github.workspace}}
137137
138138 - name : Make Binaries Executable
139139 if : runner.os != 'Windows'
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 - name : Install Toolchain
137137 env :
138138 PREFIX : ${{github.workspace}}
139- run : make -j4 -C ${{env.TOOLCHAIN_PATH}} install V=1 DESTDIR=${{github.workspace}}/
139+ run : make -j4 -C ${{env.TOOLCHAIN_PATH}} install V=1 DESTDIR=${{github.workspace}}
140140
141141 - name : Make Binaries Executable
142142 if : runner.os != 'Windows'
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ RELEASE_NAME = linux
7575endif
7676endif
7777
78- INSTALL_DIR := $(DESTDIR )$(PREFIX )
78+ INSTALL_DIR := $(patsubst % /, % , $( DESTDIR )) / $(PREFIX )
7979INSTALL_PATH := $(call QUOTE_ARG,$(call NATIVEPATH,$(INSTALL_DIR ) ) )
8080INSTALL_EXAMPLES := $(call QUOTE_ARG,$(call NATIVEPATH,$(INSTALL_DIR ) /examples) )
8181INSTALL_LIB := $(call QUOTE_ARG,$(call NATIVEPATH,$(INSTALL_DIR ) /lib/libload) )
You can’t perform that action at this time.
0 commit comments