pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/filesystems/glusterfs



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Mar 28 00:57:05 UTC 2023

Modified Files:
        pkgsrc/filesystems/glusterfs: Makefile

Log Message:
glusterfs: substitute bash path portably


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pkgsrc/filesystems/glusterfs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/filesystems/glusterfs/Makefile
diff -u pkgsrc/filesystems/glusterfs/Makefile:1.114 pkgsrc/filesystems/glusterfs/Makefile:1.115
--- pkgsrc/filesystems/glusterfs/Makefile:1.114 Thu Mar 16 03:28:24 2023
+++ pkgsrc/filesystems/glusterfs/Makefile       Tue Mar 28 00:57:05 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.114 2023/03/16 03:28:24 gutteridge Exp $
+# $NetBSD: Makefile,v 1.115 2023/03/28 00:57:05 gutteridge Exp $
 
 DISTNAME=      glusterfs-10.3
 PKGREVISION=   1
@@ -92,7 +92,7 @@ SUBST_SED.etc=                -e "s,/etc/gluster,${PRE
 SUBST_CLASSES+=                bash
 SUBST_STAGE.bash=      pre-configure
 SUBST_FILES.bash=      build-aux/pkg-version
-SUBST_SED.bash=                -e "s,/bin/bash,/usr/pkg/bin/bash,g"
+SUBST_SED.bash=                -e "s,/bin/bash,${BASH},g"
 
 #EGDIR=                        ${PREFIX}/etc/glusterfs
 #CONF_FILES+=          ${EGDIR}/glusterd.vol.sample ${EGDIR}/glusterd.vol



Home | Main Index | Thread Index | Old Index