]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
Fix whitespace errors.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 7 Aug 2011 12:04:55 +0000 (14:04 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 7 Aug 2011 12:04:55 +0000 (14:04 +0200)
pkgs/crda/crda.nm
pkgs/python-m2crypto/python-m2crypto.nm

index 46d7c930c35fe39baa6543f9d353fcae17edff9c..5bf401d78ce24b0145fc3e2b0a41c6136e4c8e21 100644 (file)
@@ -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
index 66df4303c977ca513b6b8afb93c80e9c8b427bf5..edbe3d5aaf1699eefc160b395d68f7875c8cc631 100644 (file)
@@ -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