Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37819837
en ru br
ALT Linux repos
S:7.8.4-alt4.1

Group :: Sciences/Other
RPM: boinc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: install-py.patch
Download


 py/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/py/Makefile.am b/py/Makefile.am
index 5cc88d9..5373b28 100644
--- a/py/Makefile.am
+++ b/py/Makefile.am
@@ -19,7 +19,7 @@
 	Boinc/tools.py \
 	Boinc/util.py
 
-pydir=$(prefix)/usr/share/boinc-server-maker/py/Boinc
+pydir=$(datadir)/boinc-server-maker/py/Boinc
 py_SCRIPTS=$(EXTRA_DIST)
 
 
@@ -28,4 +28,4 @@ all-local:
 	python setup.py build --build-base=$(top_builddir)/py
 
 install-exec-local:
-	python setup.py install --prefix=$(prefix) --root=$(DESTDIR)
+	python setup.py install --prefix=$(prefix) --root=$(DESTDIR) --install-lib=$(python_sitelibdir)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin