diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-27 16:48:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-27 16:48:56 +0000 |
commit | 60d7eb5bded67f1426ee3ef5a9bf7ade433d8659 (patch) | |
tree | 9daadc419fc7169e5ef07099a6b65689aca0c006 /audio/eawpatches/Makefile | |
parent | e1d6961eaae18297c17af0fd61d18010bc543686 (diff) | |
download | pkgsrc-60d7eb5bded67f1426ee3ef5a9bf7ade433d8659.tar.gz |
INSTALL_DATA_DIR does not error out when the directory already exists;
remove test for dir existence.
Diffstat (limited to 'audio/eawpatches/Makefile')
-rw-r--r-- | audio/eawpatches/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/eawpatches/Makefile b/audio/eawpatches/Makefile index b89800a9b7c..0de26a215f1 100644 --- a/audio/eawpatches/Makefile +++ b/audio/eawpatches/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/12/24 09:53:47 jmmv Exp $ +# $NetBSD: Makefile,v 1.13 2004/11/27 16:48:56 wiz Exp $ # DISTNAME= eawpats12_full @@ -20,9 +20,7 @@ NO_CONFIGURE= yes NO_BUILD= yes do-install: - if [ ! -d ${PREFIX}/share/timidity ]; then \ - ${INSTALL_DATA_DIR} ${PREFIX}/share/timidity; \ - fi + ${INSTALL_DATA_DIR} ${PREFIX}/share/timidity cd ${PREFIX}/share/timidity && \ unrar x -o+ -inul ${DISTDIR}/${DISTNAME} ${CHMOD} 644 ${PREFIX}/share/timidity/*.* \ |