Compare commits

..

2 commits

Author SHA1 Message Date
Ohio2
4bf34bf9da Make patch 2021-07-01 22:24:35 +02:00
Ohio2
075522bedf Make patch 2021-07-01 22:24:08 +02:00

View file

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