fix dep
This commit is contained in:
parent
974fe009bf
commit
8f75f7e10d
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -101,9 +101,9 @@ hackage: sdist
|
|||
@cabal upload dist/*.tar.gz
|
||||
|
||||
LINUXSTANDALONE_DEST=tmp/git-annex.linux
|
||||
linuxstandalone: Build/Standalone
|
||||
linuxstandalone:
|
||||
$(MAKE) git-annex linuxstandalone-nobuild
|
||||
linuxstandalone-nobuild:
|
||||
linuxstandalone-nobuild: Build/Standalone
|
||||
rm -rf "$(LINUXSTANDALONE_DEST)"
|
||||
mkdir -p tmp
|
||||
cp -R standalone/linux "$(LINUXSTANDALONE_DEST)"
|
||||
|
|
Loading…
Reference in a new issue