]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
python-m2crypto: Install in correct directory
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 13 Jan 2018 12:00:08 +0000 (12:00 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Feb 2018 22:19:45 +0000 (22:19 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/python-m2crypto

index bf29155af017ba13a8abefb72d05769db67d4648..3e69f70903988579e5540d1dda2b253fcfa1d5c5 100644 (file)
@@ -78,6 +78,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && python setup.py build
-       cd $(DIR_APP) && python setup.py install
+       cd $(DIR_APP) && python setup.py install --root=/
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)