forked from alnux/repo
7 lines
160 B
Text
Executable file
7 lines
160 B
Text
Executable file
wget https://www.samba.org/ftp/talloc/talloc-2.3.3.tar.gz
|
|
tar -xf talloc-2.3.3.tar.gz
|
|
cd talloc-2.3.3
|
|
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR="$1" install
|