From ebae657423ce24466d197b685487e4e7b6d38bfa Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 7 Apr 2020 18:26:19 -0400 Subject: desktop/Zafiro-icons: Speed up build. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- desktop/Zafiro-icons/Zafiro-icons.SlackBuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/desktop/Zafiro-icons/Zafiro-icons.SlackBuild b/desktop/Zafiro-icons/Zafiro-icons.SlackBuild index 82daa4f6b3..b29e706017 100644 --- a/desktop/Zafiro-icons/Zafiro-icons.SlackBuild +++ b/desktop/Zafiro-icons/Zafiro-icons.SlackBuild @@ -63,4 +63,11 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG +# 20200407 bkw: makepkg's symlink search and doinst.sh creation doesn't +# scale well. This makes the build complete much faster, and create an +# identical doinst.sh. +find . -type l \ + -printf '( cd %h ; rm -rf %f )\n( cd %h ; ln -sf %l %f )\n' -delete | \ + sed 's,cd \./,cd ,' >> $PKG/install/doinst.sh + /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} -- cgit v1.2.3