Fixed pkg replace in .desktop file.
This commit is contained in:
parent
62ae8c72bf
commit
282ddf81c5
2 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2014/10/20 09:49:29 noud4 Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2014/10/20 11:15:57 noud4 Exp $
|
||||
|
||||
DISTNAME= bitcoin-0.8.6-linux
|
||||
PKGREVISION= 2
|
||||
|
@ -36,7 +36,7 @@ CONF_FILES_PERMS= ${EGDIR}/bitcoin.conf ${PKG_SYSCONFDIR}/bitcoin.conf ${ROOT_US
|
|||
|
||||
SUBST_CLASSES+= pkg
|
||||
SUBST_STAGE.pkg= post-patch
|
||||
SUBST_FILES.pkg+= src/contrib/debian/bitcoin-qt.desktop
|
||||
SUBST_FILES.pkg+= contrib/debian/bitcoin-qt.desktop
|
||||
SUBST_SED.pkg= -e "s|/usr/|${PREFIX}/|g"
|
||||
SUBST_MESSAGE.pkg= "Fixing dirs."
|
||||
|
||||
|
|
|
@ -4,4 +4,3 @@
|
|||
* If both Qt4 and Qt5 are installed, package will default to Qt4;
|
||||
* Check documentation for other package options;
|
||||
* Fix configure/build/install phases for latest version;
|
||||
* Fix SUBST_CLASS
|
||||
|
|
Loading…
Reference in a new issue