]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/python-m2crypto
cups: Update automake
[people/pmueller/ipfire-2.x.git] / lfs / python-m2crypto
index bf29155af017ba13a8abefb72d05769db67d4648..de004bfd95fba740f1ebfebeb24b410179b750c9 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        #
@@ -34,7 +34,7 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 #PROG       = python-m2crypto
 #PAK_VER    = 1
 
-#DEPS       = ""
+#DEPS       =
 
 ###############################################################################
 # Top-level Rules
@@ -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)