You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/redhat/applications/fusion-icon/fusion-icon-3.5.13-fix_pyth...

18 lines
502 B

--- fusion-icon/Makefile.ori 2012-08-04 11:13:26.208733002 +0200
+++ fusion-icon/Makefile 2012-08-04 11:16:13.354858961 +0200
@@ -1,12 +1,13 @@
PREFIX = '/usr'
DESTDIR = '/'
+PYTHON_SITELIB = '/usr/lib/python2.7/site-packages'
#interfaces = 'gtk qt4'
all:
@python setup.py build
install:
- @python setup.py install --prefix=${PREFIX} --root=${DESTDIR}
+ @python setup.py install --prefix=${PREFIX} --root=${DESTDIR} --install-lib=${PYTHON_SITELIB}
uninstall:
@python setup.py uninstall