summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 21bfdc7..743ee45 100644
--- a/Makefile
+++ b/Makefile
@@ -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