Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/rpm



Date:	Tuesday July 20, 1999 @ 3:07
Author:	tanner

Update of /home/netrek/cvsroot/Vanilla/rpm
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv13561/rpm

Modified Files:
	Vanilla.spec 
Log Message:
	* rpm/Vanilla.spec (%files): Darn typo in the %ghost file.


Will only install on Redhat 6.0 now.



****************************************

Index: Vanilla/rpm/Vanilla.spec
diff -u Vanilla/rpm/Vanilla.spec:1.22 Vanilla/rpm/Vanilla.spec:1.23
--- Vanilla/rpm/Vanilla.spec:1.22	Tue Jul 20 02:56:53 1999
+++ Vanilla/rpm/Vanilla.spec	Tue Jul 20 03:07:58 1999
@@ -191,14 +191,17 @@
 
 %preun
 chkconfig --del netrek
+
+#if [ -f /var/lock/subsys/netrek ]; then
 /etc/rc.d/init.d/netrek stop
+#fi
 
 %postun
 
 %post netrekcfg
 #ln -s /usr/games/netrek/tools/netrekcfg /usr/bin/netrekcfg
 ln -s /usr/games/netrek/tools/gum /usr/bin/netrekcfg
-su -c "ln -s /usr/share/games/netrek/gum/pixmaps/usr/games/netrek/tools/pixmaps" - games
+su -c "ln -s /usr/share/games/netrek/gum/pixmaps /usr/games/netrek/tools/pixmaps" - games
 
 %files
 %defattr(-, root, root)