From ea15645357a20f5e51445565a3816a23d035efcd Mon Sep 17 00:00:00 2001 From: solarhu Date: Thu, 5 Aug 2021 13:14:16 +0000 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E9=99=85=E9=AA=8C=E8=AF=81644?= =?UTF-8?q?=E4=BC=9A=E5=AF=BC=E8=87=B4=E6=99=AE=E9=80=9A=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E8=BF=9B=E5=85=A5=E7=9B=AE=E5=BD=95=EF=BC=8C?= =?UTF-8?q?=E5=9B=9E=E9=80=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyporter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyporter b/pyporter index 48592e4..104812f 100755 --- a/pyporter +++ b/pyporter @@ -475,7 +475,7 @@ def build_spec(porter, output): print("") print("%install") porter.prepare_pkg_install() - print("install -d -m644 %{buildroot}/%{_pkgdocdir}") + print("install -d -m755 %{buildroot}/%{_pkgdocdir}") print("if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi") print("if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi") print("if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi") -- Gitee