Removed -m option during install given default.
This commit is contained in:
parent
f68754daba
commit
89ddbf4a59
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.9 2014/10/21 09:18:02 noud4 Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2014/10/21 11:32:02 noud4 Exp $
|
||||
|
||||
DISTNAME= bitcoin-0.8.6-linux
|
||||
PKGREVISION= 2
|
||||
|
@ -56,8 +56,8 @@ do-install:
|
|||
${INSTALL_DATA} -m 600 ${FILESDIR}/bitcoin.conf ${DESTDIR}${EGDIR}
|
||||
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/pixmaps
|
||||
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/applications
|
||||
${INSTALL_DATA} -m 644 ${WRKSRC}/share/pixmaps/bitcoin128.png ${DESTDIR}${PREFIX}/share/pixmaps
|
||||
${INSTALL_DATA} -m 644 ${WRKSRC}/contrib/debian/bitcoin-qt.desktop ${DESTDIR}${PREFIX}/share/applications/
|
||||
${INSTALL_DATA} ${WRKSRC}/share/pixmaps/bitcoin128.png ${DESTDIR}${PREFIX}/share/pixmaps
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/debian/bitcoin-qt.desktop ${DESTDIR}${PREFIX}/share/applications/
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
|
|
Loading…
Reference in a new issue