[Buildroot] [git commit] package/python-web2py: drop spurious spaces

Peter Korsgaard peter at korsgaard.com
Thu Dec 2 17:10:53 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=b5ee89aa28d75d857f48d39d925a08641ebc3dfe
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Drop spurious spaces added by commit
7c0fab65aae632fc820edbe570c40f93c765dd64

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 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))



More information about the buildroot mailing list