commit 08f672b438e4482de4810082c644ad150c06854b parent 9c0b6ef9f0c9f9a702c2f9bd1d429bbb78cfc032 Author: Nihal Jere <nihal@nihaljere.xyz> Date: Sun, 3 Jan 2021 20:58:26 -0600 wget: fix putting wgetrc in /usr/etc Diffstat:
A | wget/build | | | 9 | +++++++++ |
A | wget/checksums | | | 2 | ++ |
A | wget/depends | | | 2 | ++ |
A | wget/sources | | | 2 | ++ |
A | wget/version | | | 2 | ++ |
5 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/wget/build b/wget/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --with-ssl=openssl + +make +make DESTDIR="$1" install diff --git a/wget/checksums b/wget/checksums @@ -0,0 +1 @@ +/home/nihal/.local/community/community/wget/checksums+ \ No newline at end of file diff --git a/wget/depends b/wget/depends @@ -0,0 +1 @@ +/home/nihal/.local/community/community/wget/depends+ \ No newline at end of file diff --git a/wget/sources b/wget/sources @@ -0,0 +1 @@ +/home/nihal/.local/community/community/wget/sources+ \ No newline at end of file diff --git a/wget/version b/wget/version @@ -0,0 +1 @@ +/home/nihal/.local/community/community/wget/version+ \ No newline at end of file