From 2c2c675ea81bfc6b834cd968219ff0740ba13612 Mon Sep 17 00:00:00 2001 From: agc Date: Sun, 26 Jan 2003 10:30:50 +0000 Subject: Use -O to tell pax(1) that there is only 1 volume in the angband spoilers file. This is a workaround for what seems like a tar archive produced by GNU tar not being able to be read by our pax(1). --- games/angband-tty/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/angband-tty') diff --git a/games/angband-tty/Makefile b/games/angband-tty/Makefile index fc7a149ad80..2ee8a229557 100644 --- a/games/angband-tty/Makefile +++ b/games/angband-tty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/09/29 06:29:38 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2003/01/26 10:30:50 agc Exp $ # DISTNAME= angband-283 @@ -30,7 +30,7 @@ do-install: ${INSTALL} -d -o bin -g games -m 0775 ${PREFIX}/share/angband ${CP} -R ${WRKDIR}/${DISTNAME}/lib/* ${PREFIX}/share/angband cd ${PREFIX}/share/angband/help && \ - ${PAX} -rzf ${DISTDIR}/${SPOILERFILE} + ${PAX} -rOzf ${DISTDIR}/${SPOILERFILE} ${CHOWN} -R bin:games ${PREFIX}/share/angband ${CHMOD} -R 0664 ${PREFIX}/share/angband/* (cd ${PREFIX}/share/angband && ${CHMOD} 0775 apex bone data edit file help info save user xtra) -- cgit v1.2.3