diff options
author | B. Watson <urchlay@slackware.uk> | 2025-06-18 02:40:19 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-06-21 08:55:33 +0700 |
commit | 05e57fd30b4f2f8e5baeb1614c6046102109a58b (patch) | |
tree | 4b7548b78c0d937cb953062e40afd38135360833 | |
parent | 05343e99cc788c378bbbb327224dea5853ff5073 (diff) |
network/authbind: Add note to self.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/authbind/authbind.SlackBuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/network/authbind/authbind.SlackBuild b/network/authbind/authbind.SlackBuild index 419cce58cb..aa22dd2f34 100644 --- a/network/authbind/authbind.SlackBuild +++ b/network/authbind/authbind.SlackBuild @@ -12,6 +12,11 @@ # packaging stuff (debian/rules and debian/changelog), which we don't # use. +# 20250618 bkw: Addendum to the above: 2.2.0 is the same. The +# install and install_man targets in the Makefile have changed +# slightly; all the other changes are in the debian/ dir which +# we don't use. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=authbind |