build fix
This commit is contained in:
parent
da25488ad1
commit
020e18e067
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -99,9 +99,10 @@ hackage: sdist
|
|||
|
||||
LINUXSTANDALONE_DEST=tmp/git-annex.linux
|
||||
linuxstandalone:
|
||||
rm -rf "$(LINUXSTANDALONE_DEST)"
|
||||
$(MAKE) git-annex
|
||||
|
||||
rm -rf "$(LINUXSTANDALONE_DEST)"
|
||||
mkdir -p tmp
|
||||
cp -R standalone/linux "$(LINUXSTANDALONE_DEST)"
|
||||
|
||||
install -d "$(LINUXSTANDALONE_DEST)/bin"
|
||||
|
|
Loading…
Reference in a new issue