From: Stefan Schantl Date: Sun, 21 Feb 2010 18:16:24 +0000 (+0100) Subject: python-IPy: Fix install flag. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=649f4e94393e1708a9355e3e65ad0fa6abb6753d;p=ipfire-3.x.git python-IPy: Fix install flag. --- diff --git a/pkgs/core/python-IPy/python-IPy.nm b/pkgs/core/python-IPy/python-IPy.nm index ccd64b0ab..c10e03ff8 100644 --- a/pkgs/core/python-IPy/python-IPy.nm +++ b/pkgs/core/python-IPy/python-IPy.nm @@ -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