ls -l ftw!

This commit is contained in:
Roy Marples 2007-04-13 14:59:51 +00:00
parent c49d4c6576
commit bc91e51d43

View File

@ -92,14 +92,14 @@ distforce:
cp -pPR . /tmp/$(PKG)
tar -C /tmp -cvjpf /tmp/$(PKG).tar.bz2 $(PKG)
rm -rf /tmp/$(PKG)
du -b /tmp/$(PKG).tar.bz2
ls -l /tmp/$(PKG).tar.bz2
distit:
rm -rf /tmp/$(PKG)
svn export . /tmp/$(PKG)
tar -C /tmp -cvjpf /tmp/$(PKG).tar.bz2 $(PKG)
rm -rf /tmp/$(PKG)
du -b /tmp/$(PKG).tar.bz2
ls -l /tmp/$(PKG).tar.bz2
dist: diststatus distit