From 52af1a3c205706db3ad3b113543dac227d0510c0 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 31 Mar 2024 21:05:02 -0400 Subject: system/profile-cleaner: Fix github URL, minor cleanup. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- system/profile-cleaner/profile-cleaner.SlackBuild | 18 ++++++++++-------- system/profile-cleaner/profile-cleaner.info | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'system') diff --git a/system/profile-cleaner/profile-cleaner.SlackBuild b/system/profile-cleaner/profile-cleaner.SlackBuild index 46f89d25f4..b8d606bed5 100644 --- a/system/profile-cleaner/profile-cleaner.SlackBuild +++ b/system/profile-cleaner/profile-cleaner.SlackBuild @@ -24,18 +24,19 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20240331 bkw: Modified by SlackBuilds.org, BUILD=2: +# - install zsh function to /usr/share/zsh, not /usr/zsh. +# - remove INSTALL from doc dir (no useful info for package users). + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=profile-cleaner VERSION=${VERSION:-2.35} ARCH=noarch -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -56,16 +57,17 @@ cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} + -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} + + +sed -i '/MANDIR/s#/share##g' Makefile -sed -i 's#/share##g' Makefile make make install DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a INSTALL LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir $PKG/install diff --git a/system/profile-cleaner/profile-cleaner.info b/system/profile-cleaner/profile-cleaner.info index 4d221e432d..f3ec9839bd 100644 --- a/system/profile-cleaner/profile-cleaner.info +++ b/system/profile-cleaner/profile-cleaner.info @@ -1,7 +1,7 @@ PRGNAM="profile-cleaner" VERSION="2.35" HOMEPAGE="https://github.com/graysky2/profile-cleaner/" -DOWNLOAD="https://github.com/graysky2/profile-cleaner/archive/v2.35.tar.gz" +DOWNLOAD="https://github.com/graysky2/profile-cleaner/archive/v2.35/profile-cleaner-2.35.tar.gz" MD5SUM="023544be8d6514e9534d63db1115a7ca" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -- cgit v1.2.3