forked from alnux/repo
small bash change
This commit is contained in:
parent
f3dfedae26
commit
925a0cdd0c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue