aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/adesklets/files/patch-scripting-python-Makefile.in
blob: a9dc6bdc4a51a2287d6275327f2666dddf747100 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- scripting/python/Makefile.in.orig   Tue Sep  5 22:15:56 2006
+++ scripting/python/Makefile.in    Tue Sep  5 22:16:11 2006
@@ -350,7 +350,7 @@
 @PYTHON_SUPPORT_TRUE@python-compile: adesklets/commands.py
 @PYTHON_SUPPORT_TRUE@  @PYTHON@ setup.py build
 @PYTHON_SUPPORT_TRUE@install-data-local:
-@PYTHON_SUPPORT_TRUE@  @PYTHON@ setup.py install --root=$(DESTDIR)
+@PYTHON_SUPPORT_TRUE@  @PYTHON@ setup.py install --root="/$(DESTDIR)"
 @PYTHON_SUPPORT_FALSE@python-compile:
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.