Compare commits

..

No commits in common. "4bf34bf9da8a903b69dc5b7eb56a9dda7da8967f" and "27837fd1cadac7a05600c012d58d8bfad47a0474" have entirely different histories.

View file

@ -5,7 +5,6 @@ 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
} }