From bc91e51d435b118a05ee23e80b227aca88f55125 Mon Sep 17 00:00:00 2001
From: Roy Marples <roy@marples.name>
Date: Fri, 13 Apr 2007 14:59:51 +0000
Subject: ls -l ftw!

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 21bfdc71..743ee454 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
 
-- 
cgit v1.2.3