opt: cygfuse: update tarballs

This commit is contained in:
Bill Zissimopoulos
2017-11-28 16:53:21 -08:00
parent 61935e4671
commit d58f4b84a5
7 changed files with 5 additions and 3 deletions

View File

@ -22,7 +22,9 @@ cygport:
dist: cygport
case $(shell uname -m) in \
x86_64)\
mkdir -p dist/x64 && \
cp fuse-*/dist/fuse/fuse-*[0-9].tar.xz dist/x64 ;;\
*)\
mkdir -p dist/x86 && \
cp fuse-*/dist/fuse/fuse-*[0-9].tar.xz dist/x86 ;;\
esac