repo/talloc-lib/build

7 lines
163 B
Text
Executable file

curl -# 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