Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
KDE:Qt5
gpgme
gpgme-fix-python-install.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gpgme-fix-python-install.patch of Package gpgme
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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor