Simplify chdir shenanigans when building .bare.zip.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Sun, 12 Jul 2015 15:25:41 +0000 (17:25 +0200)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Sun, 12 Jul 2015 15:25:41 +0000 (17:25 +0200)
Makefile

index 7a611e9..6ed49a1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ $(DISTROOT).bare.zip: | .git
        $(RM) $@
        $(RM) -r $@.tmp
        $(MKDIR) $@.tmp
-       cd src && $(GIT) archive $(call git-describe) . | tar -x -C ../$@.tmp
+       $(GIT) archive $(call git-describe) src | tar -x --strip-components 1 -C $@.tmp
        $(MAKE) $(BUILT:src/%=$@.tmp/%)
        $(RM) $(XCFS:src/%=$@.tmp/%)
        cd $@.tmp && $(ZIP) ../$(@F) -r .