From bdc534d7f225f9093d476fb8b6956a268e2ab0e0 Mon Sep 17 00:00:00 2001 From: petef Date: Thu, 27 Dec 2001 19:45:20 +0000 Subject: Need to ${MKDIR} ${PREFIX}/share/bbtools before trying to install files there. Noticed by: bento --- x11-wm/bbapm/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'x11-wm/bbapm') diff --git a/x11-wm/bbapm/Makefile b/x11-wm/bbapm/Makefile index 7c812d68d29..a9162bd8cb8 100644 --- a/x11-wm/bbapm/Makefile +++ b/x11-wm/bbapm/Makefile @@ -25,6 +25,7 @@ GNU_CONFIGURE= yes do-install: @${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g operator \ -m 2555 ${WRKSRC}/bbapm ${PREFIX}/bin + @${MKDIR} ${PREFIX}/share/bbtools .for a in README.bbapm bbapm.conf bbapm.nobb bbapm.style bbtoolsrc.in @${INSTALL_DATA} ${WRKSRC}/data/${a} ${PREFIX}/share/bbtools .endfor -- cgit