diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-10 01:57:14 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-12 00:29:39 +0700 |
commit | 59ddd1a2287f3432c9bf1e3f690c8d17c9fcef5d (patch) | |
tree | d216c3b4c67d375f718150847d68e77d4fc32164 /system/system76-power/system76-power.SlackBuild | |
parent | c16f240f9c52239b0ac0adcc372fe97ae7f49baf (diff) |
system/system76-power: Fix one of the 63 download URLs.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/system76-power/system76-power.SlackBuild')
-rw-r--r-- | system/system76-power/system76-power.SlackBuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/system76-power/system76-power.SlackBuild b/system/system76-power/system76-power.SlackBuild index ad7cc45a17ff0..bd730b6213d8e 100644 --- a/system/system76-power/system76-power.SlackBuild +++ b/system/system76-power/system76-power.SlackBuild @@ -22,6 +22,11 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20220210 bkw: Warning from SlackBuilds.org: the download URLs are +# incorrect. They work OK when using a client that doesn't respect the +# Content-disposition header (e.g. wget in its default config), but +# they'll break with clients that do respect it. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=system76-power |