emulators/handy_sdl: Really fix normal user building
The post-extract target on this package was supposed to allow normal users to build this package, but it didn't work for me. It may have been the attempt at changing $WRKSRC instead of $WRKSRC/src (recursively). The updated command touches only directories rather than all files and now handy_sdl builds for me with a non-root user.
This commit is contained in:
parent
22d11ac99a
commit
0fc5d5d712
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2011/10/03 04:20:34 dholland Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2012/05/27 17:47:29 marino Exp $
|
||||
#
|
||||
|
||||
DISTNAME= handy_sdl-0.5-src
|
||||
|
@ -23,7 +23,7 @@ INSTALLATION_DIRS= bin share/doc/handy_sdl
|
|||
MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
|
||||
|
||||
post-extract:
|
||||
${CHMOD} -R a+X ${WRKSRC}
|
||||
${FIND} ${WRKSRC}/src -type d -exec ${CHMOD} a+X {} \;
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/handy_sdl ${DESTDIR}${PREFIX}/bin
|
||||
|
|
Loading…
Reference in a new issue