All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/python-web2py: drop spurious spaces
@ 2021-12-02 17:10 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2021-12-02 17:10 UTC (permalink / raw)
  To: buildroot

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@gmail.com>
Signed-off-by: Peter Korsgaard <peter@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))
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-02 17:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-02 17:10 [Buildroot] [git commit] package/python-web2py: drop spurious spaces Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.