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
29 lines
864 B
Diff
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
|
|
|