changeset 189:772322ba4c00

network/wget: fix options
author David Demelier <markand@malikania.fr>
date Tue, 19 Mar 2019 13:31:35 +0100
parents 33ca74ae7386
children 96cc0131586a
files network/wget/wget.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/network/wget/wget.sh	Mon Mar 18 20:54:56 2019 +0100
+++ b/network/wget/wget.sh	Tue Mar 19 13:31:35 2019 +0100
@@ -71,7 +71,7 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/usr
+		--prefix=/usr \
 		--without-included-libunistring \
 		$with_nls \
 		$with_ssl \