Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/sail avoid failure on "make install" when /var/games/s...



details:   https://anonhg.NetBSD.org/src/rev/00380c969bb4
branches:  trunk
changeset: 482025:00380c969bb4
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sat Feb 12 10:03:30 2000 +0000

description:
avoid failure on "make install" when /var/games/sail already exists.

diffstat:

 games/sail/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 943193956254 -r 00380c969bb4 games/sail/Makefile
--- a/games/sail/Makefile       Sat Feb 12 09:56:34 2000 +0000
+++ b/games/sail/Makefile       Sat Feb 12 10:03:30 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2000/02/09 22:27:55 jsm Exp $
+#      $NetBSD: Makefile,v 1.12 2000/02/12 10:03:30 itojun Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 PROG=  sail
@@ -13,7 +13,7 @@
 
 afterinstall:
 .if !defined(UNPRIVILEGED)
-       mkdir ${DESTDIR}/var/games/sail
+       mkdir -p ${DESTDIR}/var/games/sail
        chown root.games ${DESTDIR}/var/games/sail
        chmod 2770 ${DESTDIR}/var/games/sail
 .endif



Home | Main Index | Thread Index | Old Index