forked from alnux/repo
7 lines
209 B
Text
Executable file
7 lines
209 B
Text
Executable file
wget https://ftp.gnu.org/gnu/automake/automake-1.16.3.tar.xz
|
|
tar -xf automake-1.16.3.tar.xz
|
|
cd automake-1.16.3
|
|
|
|
./configure --prefix=/usr --docdir=/usr/share/doc/automake-1.16.1
|
|
make
|
|
make DESTDIR="$1" install
|