From 8b87254a02c275a1e19dcd25cf27d83eb5babd38 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 13 Jan 2018 12:00:08 +0000 Subject: [PATCH] python-m2crypto: Install in correct directory Signed-off-by: Michael Tremer --- lfs/python-m2crypto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2