浏览代码

package/python-web2py: drop spurious spaces

Drop spurious spaces added by commit
7c0fab65aae632fc820edbe570c40f93c765dd64

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabrice Fontaine 3 年之前
父节点
当前提交
b5ee89aa28
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/python-web2py/python-web2py.mk

+ 1 - 1
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))