don't touch /root/.mbscore in fake

@extra
This commit is contained in:
sturm 2004-01-09 20:49:36 +00:00
parent 93069645df
commit 7e83307cd5
3 changed files with 15 additions and 3 deletions

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-Makefile_in,v 1.1 2004/01/09 20:49:36 sturm Exp $
--- Makefile.in.orig 2004-01-09 21:17:06.000000000 +0100
+++ Makefile.in 2004-01-09 21:17:19.000000000 +0100
@@ -661,7 +661,6 @@ install-data-hook:
|| chmod 664 "$(DESTDIR)$(scoredir)/mbscore" ; } \
&& chmod 575 "$(DESTDIR)$(scoredir)" ; \
fi
- $(DESTDIR)$(bindir)/moon-buggy -c
uninstall-local:
rm -f $(DESTDIR)$(scoredir)/mbscore

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.1.1.1 2001/03/18 20:07:43 naddy Exp $
# $OpenBSD: DEINSTALL,v 1.2 2004/01/09 20:49:36 sturm Exp $
#
# moon-buggy de-installation
@ -34,7 +34,7 @@ fi
#
case $2 in
DEINSTALL)
if [ -d $SCORE_DIR ]; then
if [ $PKG_DELETE_EXTRA != "Yes" -a -d $SCORE_DIR ]; then
do_notice "$1"
fi
;;

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/18 20:07:42 naddy Exp $
@comment $OpenBSD: PLIST,v 1.2 2004/01/09 20:49:36 sturm Exp $
bin/moon-buggy
man/man6/moon-buggy.6
@exec mkdir -p -m775 /var/games/moon-buggy
@extraunexec rm -fr /var/games/moon-buggy