Correct "rm" command which is supposed to remove "libpthread_pic.a".
Fixes PR pkg/7505 by Nick Hudson.
This commit is contained in:
parent
c474378044
commit
293ec7e4ba
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.15 1999/04/16 16:33:19 bad Exp $
|
||||
# $NetBSD: Makefile,v 1.16 1999/05/01 18:13:07 tron Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pthreads-1_60_beta6
|
||||
|
@ -19,7 +19,7 @@ pre-install:
|
|||
-mkdir ${PREFIX}/pthreads
|
||||
|
||||
post-install:
|
||||
@${RM} -f ${LOCALBASE}/pthreads/libpthread_pic.a
|
||||
@${RM} -f ${PREFIX}/pthreads/lib/libpthread_pic.a
|
||||
find ${PREFIX}/pthreads/include -name '*.orig'|xargs rm
|
||||
find ${PREFIX}/pthreads/include -type f -print|xargs chmod 644
|
||||
find ${PREFIX}/pthreads/include -type d -print|xargs chmod 755
|
||||
|
|
Loading…
Reference in a new issue