diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /emulators/open-vm-tools/files/patch-vgauth_service_Makefile.am | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'emulators/open-vm-tools/files/patch-vgauth_service_Makefile.am')
| -rw-r--r-- | emulators/open-vm-tools/files/patch-vgauth_service_Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/emulators/open-vm-tools/files/patch-vgauth_service_Makefile.am b/emulators/open-vm-tools/files/patch-vgauth_service_Makefile.am new file mode 100644 index 000000000000..e71997971912 --- /dev/null +++ b/emulators/open-vm-tools/files/patch-vgauth_service_Makefile.am @@ -0,0 +1,17 @@ +--- vgauth/service/Makefile.am.orig 2025-06-19 04:05:18 UTC ++++ vgauth/service/Makefile.am +@@ -45,7 +45,7 @@ VGAuthService_SOURCES += ../common/VGAuthUtil.c + VGAuthService_SOURCES += ../common/vmxlog.c + VGAuthService_SOURCES += ../common/vmxrpc.c + +-VGAuthServicedir = /etc/vmware-tools/vgauth/schemas ++VGAuthServicedir = %%PREFIX%%/etc/vmware-tools/vgauth/schemas + VGAuthService_SCRIPTS = + VGAuthService_SCRIPTS += ../serviceImpl/schemas/datatypes.dtd + VGAuthService_SCRIPTS += ../serviceImpl/schemas/saml-schema-assertion-2.0.xsd +@@ -93,4 +93,4 @@ VGAuthMsgDir = $(datadir)/open-vm-tools + install-data-hook: + @INSTVMSG@ VGAuthService $(srcdir)/l10n $(DESTDIR)$(datadir) + cat vgauth.conf | sed -e"s!@@VGAUTHSCHEMADIR@@!$(VGAuthServicedir)!" \ +- | sed -e"s!@@VGAUTHMSGDIR@@!$(VGAuthMsgDir)!" > $(DESTDIR)/etc/vmware-tools/vgauth.conf ++ | sed -e"s!@@VGAUTHMSGDIR@@!$(VGAuthMsgDir)!" > $(DESTDIR)%%PREFIX%%/etc/vmware-tools/vgauth.conf |
