From: Michael Tremer Date: Sat, 13 Jan 2018 12:00:08 +0000 (+0000) Subject: python-m2crypto: Install in correct directory X-Git-Tag: v2.19-core120~80^2~6 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=8b87254a02c275a1e19dcd25cf27d83eb5babd38 python-m2crypto: Install in correct directory Signed-off-by: Michael Tremer --- diff --git a/lfs/python-m2crypto b/lfs/python-m2crypto index bf29155af0..3e69f70903 100644 --- a/lfs/python-m2crypto +++ b/lfs/python-m2crypto @@ -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)