[Lunar-commits] <moonbase> squashfs: Fixed DEPENDS and added more docs
Terry Chan
tchan at lunar-linux.org
Sun Aug 8 21:51:31 CEST 2010
commit fff61e8177066a2b7f518535455025a033cc6f86
Author: Terry Chan <tchan at lunar-linux.org>
Date: Sun Aug 8 14:51:31 2010 -0500
squashfs: Fixed DEPENDS and added more docs
---
filesys/squashfs/BUILD | 3 ++-
filesys/squashfs/DEPENDS | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/filesys/squashfs/BUILD b/filesys/squashfs/BUILD
index 2cbc8b7..a9ac175 100644
--- a/filesys/squashfs/BUILD
+++ b/filesys/squashfs/BUILD
@@ -4,6 +4,7 @@
make &&
prepare_install &&
- install -m 755 -s mksquashfs unsquashfs /usr/bin
+ install -m 755 -s mksquashfs unsquashfs /usr/bin &&
+ gather_docs PERFORMANCE.README
) > $C_FIFO 2>&1
diff --git a/filesys/squashfs/DEPENDS b/filesys/squashfs/DEPENDS
index f22003e..fb6a846 100644
--- a/filesys/squashfs/DEPENDS
+++ b/filesys/squashfs/DEPENDS
@@ -1 +1 @@
-zlib
+depends zlib
More information about the Lunar-commits
mailing list