[Lunar-commits] CVS: moonbase/games/fortune BUILD,1.2,1.3
Chad Kittel
v3rt1g0 at lunar-linux.org
Wed Oct 13 02:53:12 UTC 2004
Update of /var/cvs/lunar/moonbase/games/fortune
In directory espresso.foo-projects.org:/tmp/cvs-serv25689
Modified Files:
BUILD
Log Message:
Make use of the new gather_docs()
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/fortune/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 7 Sep 2004 01:57:37 -0000 1.2
+++ BUILD 13 Oct 2004 02:53:09 -0000 1.3
@@ -1,11 +1,14 @@
(
+
make $OFF all &&
prepare_install &&
make $OFF install &&
# Remove the .u8 simlinks from the main cookie directory
# and the offensive directory (if it exists)
- rm -f /usr/share/games/fortunes/*.u8
- rm -f /usr/share/games/fortunes/off/*.u8
+ rm -f /usr/share/games/fortunes/*.u8 &&
+ rm -f /usr/share/games/fortunes/off/*.u8 &&
+
+ gather_docs Notes cookie-files Offensive
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list