From 02f772ec0405e66457dc38aaa467a3452596415f Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sun, 19 Feb 2023 11:40:55 +0900 Subject: [PATCH] system/unison: Updated for version 2.51.5. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- system/unison/unison.SlackBuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/system/unison/unison.SlackBuild b/system/unison/unison.SlackBuild index 18cd6d844e..befb56c207 100644 --- a/system/unison/unison.SlackBuild +++ b/system/unison/unison.SlackBuild @@ -4,6 +4,7 @@ # Copyright 2007-2011 Ferenc Deak # Copyright 2018,2021 Andrew Clemons, Wellington New Zealand +# Copyright 2023 Andrew Clemons, Tokyo Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -39,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# 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 @@ -136,7 +134,7 @@ install -m 0644 icons/U.32x32x16m.png $PKG/usr/share/pixmaps/$PRGNAM.png yes '' | make -C doc real mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a src/{CONTRIB,COPYING,INSTALL*,NEWS,README,ROADMAP.txt,TODO.txt} $PKG/usr/doc/$PRGNAM-$VERSION +cp -a src/{CONTRIB,COPYING,NEWS,README,ROADMAP.txt,TODO.txt} $PKG/usr/doc/$PRGNAM-$VERSION cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION install -m 0644 doc/unison-manual.pdf $PKG/usr/doc/$PRGNAM-$VERSION