]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
python-IPy: Fix install flag.
authorStefan Schantl <Stevee@ipfire.org>
Sun, 21 Feb 2010 18:16:24 +0000 (19:16 +0100)
committerStefan Schantl <Stevee@ipfire.org>
Sun, 21 Feb 2010 18:16:24 +0000 (19:16 +0100)
pkgs/core/python-IPy/python-IPy.nm

index ccd64b0abb83dfeb831d67f665ee857da3a948b1..c10e03ff8fe9b84654056e5669cd5da7bc70801f 100644 (file)
@@ -48,5 +48,5 @@ PKG_TARBALL    = $(THISAPP).tar.gz
 STAGE_BUILD = # Nothing to do
 
 define STAGE_INSTALL   
-       cd $(DIR_APP) && python setup.py install
+       cd $(DIR_APP) && python setup.py install --root=$(BUILDROOT)
 endef