File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -106,13 +106,13 @@ deb: $(addsuffix -deb, $(BUILD_ARCHS))
106106
107107tmp-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
114114tmp-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
117117tmp-docker-shell :
118118 docker build \
You can’t perform that action at this time.
0 commit comments