Skip to content

Commit 76e96de

Browse files
committed
workflow: fix Makefile
1 parent 1bf4be9 commit 76e96de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ deb: $(addsuffix -deb, $(BUILD_ARCHS))
106106

107107
tmp-env:
108108
mkdir -p build
109-
cd build && ../../scripts/git-clone.bash ../../repos/versions
110-
cd build && ../../scripts/apply-patches.bash ../../repos/patches/
111-
cd build && ../../scripts/strip-cargo.bash
112-
cd build && ../../scripts/resolve-dependencies.bash
109+
cd build && ../scripts/git-clone.bash ../repos/versions
110+
cd build && ../scripts/apply-patches.bash ../repos/patches/
111+
cd build && ../scripts/strip-cargo.bash
112+
cd build && ../scripts/resolve-dependencies.bash
113113

114114
tmp-env-client: tmp-env
115-
cd build && ../../scripts/apply-patches.bash ../../repos/patches-client*/
115+
cd build && ../scripts/apply-patches.bash ../repos/patches-client*/
116116

117117
tmp-docker-shell:
118118
docker build \

0 commit comments

Comments
 (0)