diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-02-19 11:40:55 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-25 09:18:08 +0700 |
commit | 02f772ec0405e66457dc38aaa467a3452596415f (patch) | |
tree | d337eeca323020f9d1029766bad610407f7f6ca9 /system/unison/unison.SlackBuild | |
parent | 3fb7ae33c140ee5686efd92106ca67838b176f9d (diff) |
system/unison: Updated for version 2.51.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/unison/unison.SlackBuild')
-rw-r--r-- | system/unison/unison.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/system/unison/unison.SlackBuild b/system/unison/unison.SlackBuild index 18cd6d844e28f..befb56c2072ca 100644 --- a/system/unison/unison.SlackBuild +++ b/system/unison/unison.SlackBuild @@ -4,6 +4,7 @@ # Copyright 2007-2011 Ferenc Deak <ferenc.deak@gmail.com> # 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 |