Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 10 lines 379 B view raw
1--- a/solenv/gbuild/UnpackedTarball.mk 2+++ b/solenv/gbuild/UnpackedTarball.mk 3@@ -31,6 +31,7 @@ define gb_UnpackedTarget__command_unzip 4 unzip \ 5 -qq \ 6 -d $(UNPACKED_DIR) $(UNPACKED_TARBALL) \ 7+ && chmod -R u+r $(UNPACKED_DIR) \ 8 $(if $(filter-out 0,$(UNPACKED_STRIP_COMPONENTS)),\ 9 && UNZIP_DIR=`ls $(UNPACKED_DIR)` \ 10 && mv $(UNPACKED_DIR)/$$UNZIP_DIR/* $(UNPACKED_DIR) \