File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2929cd $( dirname $0 ) ; CWD=$( pwd)
3030
3131PRGNAM=s6-rc
32- VERSION=${VERSION:- 0.5.6 .0}
32+ VERSION=${VERSION:- 0.6.0 .0}
3333BUILD=${BUILD:- 1}
3434TAG=${TAG:- _SBo}
3535PKGTYPE=${PKGTYPE:- tgz}
@@ -122,9 +122,9 @@ make install DESTDIR=$PKG
122122
123123# 20220414 bkw: wtf, sticky and setgid dirs in doc.
124124# 20220615 mumahendras3: remove sticky and setgid bits from examples too
125- # 20250601 mumahendras3: remove unneeded executable bit from examples/source/init-ipv6/down (probably a mistake by upstream)
125+ # 20260207 mumahendras3: remove unneeded executable bit from some files under examples/source-router (probably a mistake by upstream)
126126chmod -R -t,a-s doc examples
127- [ -x examples/source/init-ipv6/down ] && chmod -x examples/source/init-ipv6/down
127+ find examples/source-router -maxdepth 2 -type f -executable -exec chmod -x ' {} ' +
128128mkdir -p $PKG /usr/doc/$PRGNAM -$VERSION
129129cp -a AUTHORS COPYING NEWS README doc examples $PKG /usr/doc/$PRGNAM -$VERSION
130130cat $CWD /$PRGNAM .SlackBuild > $PKG /usr/doc/$PRGNAM -$VERSION /$PRGNAM .SlackBuild
Original file line number Diff line number Diff line change 11PRGNAM="s6-rc"
2- VERSION="0.5.6 .0"
2+ VERSION="0.6.0 .0"
33HOMEPAGE="https://skarnet.org/software/s6-rc/"
4- DOWNLOAD="https://skarnet.org/software/s6-rc/s6-rc-0.5.6 .0.tar.gz"
5- MD5SUM="46242d087d6616cd8d68319748bbc068 "
4+ DOWNLOAD="https://skarnet.org/software/s6-rc/s6-rc-0.6.0 .0.tar.gz"
5+ MD5SUM="5103f7a15f55ffe6595035dabb70e4ce "
66DOWNLOAD_x86_64=""
77MD5SUM_x86_64=""
88REQUIRES="s6"
You can’t perform that action at this time.
0 commit comments