diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-27 13:58:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-27 13:58:28 -0400 |
commit | e4f3562628ec000b7a866900754c30bc1e9f3140 (patch) | |
tree | 5a0f13ac6fb6b3f346bcf0d4002a7f3af84f7b32 /Makefile | |
parent | 5a967aa593d2b8ea4bcc7aae0b70dddec736a8f7 (diff) |
build fix
Diffstat (limited to 'Makefile')
-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)" |