From 925a0cdd0cce43a89e37249dd99ea7f748033f11 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Tue, 13 Jul 2021 18:33:19 +0200 Subject: [PATCH] small bash change --- bash/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/build b/bash/build index befa8b7..c957546 100755 --- a/bash/build +++ b/bash/build @@ -4,4 +4,4 @@ cd bash-5.1.8 sed -e 's/$(prefix)/$(DESTDIR)$(prefix)/g' -i Makefile ./configure make -make install DESTDIR-"$1" +make install DESTDIR="$1"