Make patch

This commit is contained in:
Ohio2 2021-07-01 22:24:08 +02:00
parent 10f777ac82
commit 075522bedf

View file

@ -5,6 +5,7 @@ pkg_install(){
git clone https://git.savannah.gnu.org/git/make.git
cd make
./bootstrap
./configure
make
make install
}