]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/python-m2crypto
gcc: Build the Go compiler
[ipfire-2.x.git] / lfs / python-m2crypto
index bf29155af017ba13a8abefb72d05769db67d4648..d870bed45d6ff5a65f76310888252e3980163736 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2011  IPFire Team  <info@ipfire.org>                          #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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)