gpgme/gpgme-fix-python-install.patch
Pedro Monreal Gonzalez 8dcbbc018d - Don't own content of all common-lisp directories, just own the
directories themselves (adding %dir in front of them). Prevents
  duplicate ownership of the Common Lisp files.

OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=184
2025-02-20 10:27:22 +00:00

29 lines
864 B
Diff

Index: gpgme-1.24.0/lang/python/Makefile.am
===================================================================
--- gpgme-1.24.0.orig/lang/python/Makefile.am
+++ gpgme-1.24.0/lang/python/Makefile.am
@@ -96,7 +96,8 @@ install-exec-local:
build \
--build-base="$$(basename "$${PYTHON}")-gpg" \
install \
- --prefix "$(DESTDIR)$(prefix)" \
+ --root "$(DESTDIR)" \
+ --prefix "$(prefix)" \
--verbose ; \
done
Index: gpgme-1.24.0/lang/python/Makefile.in
===================================================================
--- gpgme-1.24.0.orig/lang/python/Makefile.in
+++ gpgme-1.24.0/lang/python/Makefile.in
@@ -818,7 +818,8 @@ install-exec-local:
build \
--build-base="$$(basename "$${PYTHON}")-gpg" \
install \
- --prefix "$(DESTDIR)$(prefix)" \
+ --root "$(DESTDIR)" \
+ --prefix "$(prefix)" \
--verbose ; \
done