Drop spurious spaces added by commit 7c0fab65aae632fc820edbe570c40f93c765dd64 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
@@ -70,7 +70,7 @@ endef
# So, we just need to create the directories used by web2py with the right
# ownership.
define PYTHON_WEB2PY_PERMISSIONS
- /var/www/web2py r 750 33 33 - - - - -
+ /var/www/web2py r 750 33 33 - - - - -
endef
$(eval $(generic-package))