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 93e4d83 commit 4484fb9Copy full SHA for 4484fb9
deps/patchelf.mk
@@ -5,8 +5,8 @@ $(SRCCACHE)/patchelf-$(PATCHELF_VER).tar.bz2: | $(SRCCACHE)
5
6
$(SRCCACHE)/patchelf-$(PATCHELF_VER)/source-extracted: $(SRCCACHE)/patchelf-$(PATCHELF_VER).tar.bz2
7
$(JLCHECKSUM) $<
8
- cd $(dir $<) && $(TAR) jxf $<
9
- mv $(SRCCACHE)/patchelf-$(PATCHELF_VER).*/ $(SRCCACHE)/patchelf-$(PATCHELF_VER)
+ mkdir $(dir $@)
+ cd $(dir $@) && $(TAR) jxf $< --strip-components=1
10
touch -c $(SRCCACHE)/patchelf-$(PATCHELF_VER)/configure # old target
11
echo 1 > $@
12
0 commit comments