pkgsrc-WIP-changes archive

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

Update Linux PLIST to avoid hardcoding version.



Module Name:	pkgsrc-wip
Committed By:	Alexander Schreiber <als%thangorodrim.de@localhost>
Pushed By:	als
Date:		Sat May 6 11:09:07 2023 +0000
Changeset:	f0986c0ac86ac0c9d19f15b0916adf8fe7e21aab

Modified Files:
	glusterfs/PLIST.Linux

Log Message:
Update Linux PLIST to avoid hardcoding version.

Use GLUSTER_VERSION (as in PLIST.COMMON) for version-dependent
paths.

Signed-off-by: Alexander Schreiber <als%thangorodrim.de@localhost>

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f0986c0ac86ac0c9d19f15b0916adf8fe7e21aab

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

diffstat:
 glusterfs/PLIST.Linux | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/glusterfs/PLIST.Linux b/glusterfs/PLIST.Linux
index f59d939f91..98ffe287d7 100644
--- a/glusterfs/PLIST.Linux
+++ b/glusterfs/PLIST.Linux
@@ -1,11 +1,11 @@
 @comment $NetBSD$
 include/glusterfs/gf-io-uring.h
-lib/glusterfs/10.3/cloudsync-plugins/cloudsynccvlt.a
-lib/glusterfs/10.3/cloudsync-plugins/cloudsynccvlt.la
-lib/glusterfs/10.3/cloudsync-plugins/cloudsynccvlt.so
-lib/glusterfs/10.3/xlator/features/cloudsync.a
-lib/glusterfs/10.3/xlator/features/cloudsync.la
-lib/glusterfs/10.3/xlator/features/cloudsync.so
+lib/glusterfs/${GLUSTERFS_VERSION}/cloudsync-plugins/cloudsynccvlt.a
+lib/glusterfs/${GLUSTERFS_VERSION}/cloudsync-plugins/cloudsynccvlt.la
+lib/glusterfs/${GLUSTERFS_VERSION}/cloudsync-plugins/cloudsynccvlt.so
+lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/cloudsync.a
+lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/cloudsync.la
+lib/glusterfs/${GLUSTERFS_VERSION}/xlator/features/cloudsync.so
 lib/systemd/system/gluster-ta-volume.service
 lib/systemd/system/glusterd.service
 lib/systemd/system/glustereventsd.service


Home | Main Index | Thread Index | Old Index