Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/grafana grafana: Expand install paths.
details: https://anonhg.NetBSD.org/pkgsrc/rev/20582813c2c8
branches: trunk
changeset: 437614:20582813c2c8
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Aug 27 16:54:11 2020 +0000
description:
grafana: Expand install paths.
Should fix problem reported by Marc Baudoin.
diffstat:
www/grafana/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 19de47fd4b86 -r 20582813c2c8 www/grafana/Makefile
--- a/www/grafana/Makefile Thu Aug 27 16:05:39 2020 +0000
+++ b/www/grafana/Makefile Thu Aug 27 16:54:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2020/08/27 13:11:41 tnn Exp $
+# $NetBSD: Makefile,v 1.34 2020/08/27 16:54:11 jperkin Exp $
DISTNAME= grafana-7.1.5
CATEGORIES= www
@@ -76,7 +76,8 @@
cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GO} run build.go build
do-install:
- cd ${WRKSRC} && ${INSTALL_PROGRAM} bin/*/grafana-{cli,server} ${DESTDIR}${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/*/grafana-cli ${DESTDIR}${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/*/grafana-server ${DESTDIR}${PREFIX}/bin/
cd ${WRKDIR}/linux/${DISTNAME}/public && \
${PAX} -rw . ${DESTDIR}${PUBLICDIR}
cd ${WRKSRC} && ${PAX} -rw conf \
Home |
Main Index |
Thread Index |
Old Index