X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fpython-m2crypto;h=d870bed45d6ff5a65f76310888252e3980163736;hb=97870bf29cd93669beef30b876e21f2fed5d6405;hp=bf29155af017ba13a8abefb72d05769db67d4648;hpb=fd07dae7a4c6e78761b2005a9785155610adba0d;p=ipfire-2.x.git diff --git a/lfs/python-m2crypto b/lfs/python-m2crypto index bf29155af0..d870bed45d 100644 --- a/lfs/python-m2crypto +++ b/lfs/python-m2crypto @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2011 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -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)