From b5ee89aa28d75d857f48d39d925a08641ebc3dfe Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Wed, 1 Dec 2021 08:29:02 +0100 Subject: [PATCH] package/python-web2py: drop spurious spaces Drop spurious spaces added by commit 7c0fab65aae632fc820edbe570c40f93c765dd64 Signed-off-by: Fabrice Fontaine Signed-off-by: Peter Korsgaard --- package/python-web2py/python-web2py.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/python-web2py/python-web2py.mk b/package/python-web2py/python-web2py.mk index 910efbe617..5ea46fbfd9 100644 --- a/package/python-web2py/python-web2py.mk +++ b/package/python-web2py/python-web2py.mk @@ -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))