diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-05-19 01:10:53 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-05-19 08:59:47 +0200 |
commit | 3fbd9748a313969957a03017b9d9b5476080b129 (patch) | |
tree | 58ea8e4c6612257cd50c7696de0d1bb636ed5e52 /source/n/iputils/iputils.SlackBuild | |
parent | 38b94979d84c5cfc091fd2290c450d05adccb185 (diff) | |
download | current-3fbd9748a313969957a03017b9d9b5476080b129.tar.gz |
Sun May 19 01:10:53 UTC 201920190519011053
a/file-5.37-x86_64-1.txz: Upgraded.
l/python-requests-2.22.0-x86_64-1.txz: Upgraded.
n/iputils-20190515-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-60.7.0-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/60.7.0/releasenotes/
Diffstat (limited to 'source/n/iputils/iputils.SlackBuild')
-rwxr-xr-x | source/n/iputils/iputils.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/n/iputils/iputils.SlackBuild b/source/n/iputils/iputils.SlackBuild index 9984e160..715b2ebf 100755 --- a/source/n/iputils/iputils.SlackBuild +++ b/source/n/iputils/iputils.SlackBuild @@ -74,6 +74,8 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +zcat $CWD/iputils.docbook.revert.diff.gz | patch -p1 -R --verbose || exit 1 + # Configure and build: export CFLAGS="$SLKCFLAGS" export CXXFLAGS="$SLKCFLAGS" |