diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -99,9 +99,8 @@ hackage: sdist LINUXSTANDALONE_DEST=tmp/git-annex.linux linuxstandalone: - $(MAKE) git-annex - rm -rf "$(LINUXSTANDALONE_DEST)" + $(MAKE) git-annex cp -R standalone/linux "$(LINUXSTANDALONE_DEST)" |