From dc3d93beccd87bb2ca598a3d64d6ac2773cc0145 Mon Sep 17 00:00:00 2001 From: jinqiang zhang Date: Wed, 9 Oct 2024 04:49:11 +0800 Subject: [PATCH] www-apps/follow-bin: fix permission Signed-off-by: jinqiang zhang --- ....1_alpha19.ebuild => follow-bin-0.0.1_alpha19-r1.ebuild} | 6 ++++++ 1 file changed, 6 insertions(+) rename www-apps/follow-bin/{follow-bin-0.0.1_alpha19.ebuild => follow-bin-0.0.1_alpha19-r1.ebuild} (93%) diff --git a/www-apps/follow-bin/follow-bin-0.0.1_alpha19.ebuild b/www-apps/follow-bin/follow-bin-0.0.1_alpha19-r1.ebuild similarity index 93% rename from www-apps/follow-bin/follow-bin-0.0.1_alpha19.ebuild rename to www-apps/follow-bin/follow-bin-0.0.1_alpha19-r1.ebuild index a9231901859..387fd4083f3 100644 --- a/www-apps/follow-bin/follow-bin-0.0.1_alpha19.ebuild +++ b/www-apps/follow-bin/follow-bin-0.0.1_alpha19-r1.ebuild @@ -83,6 +83,12 @@ src_unpack() { "${S}/${P}.AppImage" --appimage-extract || die } +src_prepare() { + # fix permissions + find "${S}/squashfs-root" -type d -exec chmod 0755 "{}" + || die 'chmod 0755 failed.' + default +} + src_install() { cd "${S}/squashfs-root" || die