summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-04-13 14:59:51 +0000
committerRoy Marples <roy@marples.name>2007-04-13 14:59:51 +0000
commitbc91e51d435b118a05ee23e80b227aca88f55125 (patch)
tree8274898f449bab2acd10226a07eb46d461712c18 /Makefile
parentc49d4c65767f1b7853c69f19b449197d0ce1ea4a (diff)
downloadopenrc-bc91e51d435b118a05ee23e80b227aca88f55125.tar.gz
openrc-bc91e51d435b118a05ee23e80b227aca88f55125.tar.bz2
openrc-bc91e51d435b118a05ee23e80b227aca88f55125.tar.xz
ls -l ftw!
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