From: Michael Tremer Date: Sun, 7 Aug 2011 12:04:55 +0000 (+0200) Subject: Fix whitespace errors. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93d2421b0afe392812355f7e34aae7d71d3c2b2a;p=ipfire-3.x.git Fix whitespace errors. --- diff --git a/pkgs/crda/crda.nm b/pkgs/crda/crda.nm index 46d7c930c..5bf401d78 100644 --- a/pkgs/crda/crda.nm +++ b/pkgs/crda/crda.nm @@ -46,6 +46,6 @@ endef PKG_TARBALL = $(THISAPP).tar.bz2 -define STAGE_PREPARE_CMDS +define STAGE_PREPARE_CMDS cp -vf /usr/lib/crda/pubkeys/root.key.pub.pem $(DIR_APP)/pubkeys/ endef diff --git a/pkgs/python-m2crypto/python-m2crypto.nm b/pkgs/python-m2crypto/python-m2crypto.nm index 66df4303c..edbe3d5aa 100644 --- a/pkgs/python-m2crypto/python-m2crypto.nm +++ b/pkgs/python-m2crypto/python-m2crypto.nm @@ -48,7 +48,7 @@ define STAGE_BUILD cd $(DIR_APP) && CFLAGS="$(CFLAGS)" python setup.py build endef -define STAGE_INSTALL +define STAGE_INSTALL cd $(DIR_APP) && python setup.py install --skip-build --root=$(BUILDROOT) endef