package/python-web2py: drop spurious spaces

Drop spurious spaces added by commit
7c0fab65aa

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2021-12-01 08:29:02 +01:00 committed by Peter Korsgaard
parent f9f0bc279d
commit b5ee89aa28

View file

@ -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))