diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-07-10 18:27:57 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-07-11 08:59:52 +0200 |
commit | 029a4153be83a82427442aec44f88eb355d9c584 (patch) | |
tree | f5546d6330b45ebd0a01c9157730dc6da19e5cbd /source/a/logrotate | |
parent | 44ee31b48454cc9d26c95629218042336887812f (diff) | |
download | current-029a4153be83a82427442aec44f88eb355d9c584.tar.gz current-029a4153be83a82427442aec44f88eb355d9c584.tar.xz |
Fri Jul 10 18:27:57 UTC 202020200710182757
a/logrotate-3.17.0-x86_64-1.txz: Upgraded.
ap/dash-0.5.11.1-x86_64-1.txz: Upgraded.
ap/neofetch-20200708_af2c02c-noarch-1.txz: Upgraded.
l/mpfr-4.1.0-x86_64-1.txz: Upgraded.
n/libmbim-1.24.2-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-x | source/a/logrotate/logrotate.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/a/logrotate/logrotate.SlackBuild b/source/a/logrotate/logrotate.SlackBuild index baeba510d..246740941 100755 --- a/source/a/logrotate/logrotate.SlackBuild +++ b/source/a/logrotate/logrotate.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2008, 2009, 2012, 2015, 2017, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2008, 2009, 2012, 2015, 2017, 2018, 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -122,7 +122,7 @@ fi mkdir -p $PKG/usr/doc/logrotate-$VERSION cp -a \ - CHANGES COPYING READM* \ + ChangeLog* COPYING* READM* \ $PKG/usr/doc/logrotate-$VERSION # If there's a ChangeLog, installing at least part of the recent history @@ -130,7 +130,7 @@ cp -a \ if [ -r ChangeLog.md ]; then DOCSDIR=$(echo $PKG/usr/doc/*-$VERSION) cat ChangeLog.md | head -n 1000 > $DOCSDIR/ChangeLog.md - touch -r ChangeLog $DOCSDIR/ChangeLog + touch -r ChangeLog.md $DOCSDIR/ChangeLog.md fi mkdir -p $PKG/install |