diff -aur guix-0.11.0.pristine/gnu/local.mk guix-0.11.0.new/gnu/local.mk --- guix-0.11.0.pristine/gnu/local.mk 2016-12-23 16:24:51.501094452 +0100 +++ guix-0.11.0.new/gnu/local.mk 2016-12-23 17:26:55.651112436 +0100 @@ -903,7 +903,10 @@ # Those files must remain executable, so they remain executable once # imported into the store. set-bootstrap-executable-permissions: - chmod +x $(DESTDIR)$(bootstrapdir)/*/{bash,mkdir,tar,xz} + chmod +x $(DESTDIR)$(bootstrapdir)/*/bash + chmod +x $(DESTDIR)$(bootstrapdir)/*/mkdir + chmod +x $(DESTDIR)$(bootstrapdir)/*/tar + chmod +x $(DESTDIR)$(bootstrapdir)/*/xz DISTCLEANFILES = \ $(nodist_bootstrap_x86_64_linux_DATA) \ diff -aur guix-0.11.0.pristine/Makefile.am guix-0.11.0.new/Makefile.am --- guix-0.11.0.pristine/Makefile.am 2016-12-23 16:24:49.007702057 +0100 +++ guix-0.11.0.new/Makefile.am 2016-12-23 16:25:39.372217348 +0100 @@ -275,7 +275,6 @@ tests/guix-download.sh \ tests/guix-gc.sh \ tests/guix-hash.sh \ - tests/guix-package.sh \ tests/guix-package-net.sh \ tests/guix-system.sh \ tests/guix-archive.sh \