mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-05 12:27:53 +00:00
Corrected omission of word source in the dist target
git-svn-id: http://s3fs.googlecode.com/svn/trunk@206 df820570-a93a-0410-bd06-b72b767a4274
This commit is contained in:
parent
388dbdd04f
commit
dbd990842b
@ -10,7 +10,7 @@ install: all
|
||||
cp -f s3fs /usr/bin
|
||||
|
||||
dist:
|
||||
tar -cvzf s3fs-$(svnrev).tar.gz -C .. s3fs/COPYING s3fs/Makefile s3fs/s3fs.cpp
|
||||
tar -cvzf s3fs-$(svnrev)-source.tar.gz -C .. s3fs/COPYING s3fs/Makefile s3fs/s3fs.cpp
|
||||
|
||||
clean:
|
||||
rm -f s3fs s3fs.o
|
||||
|
Loading…
Reference in New Issue
Block a user