repo/tar/build

8 lines
150 B
Text
Raw Normal View History

2021-07-16 23:33:05 +03:00
wget https://ftp.gnu.org/gnu/tar/tar-1.34.tar.xz
2021-07-25 20:05:24 +03:00
tar -xf tar-1.34.tar.xz
2021-07-08 18:41:32 +03:00
cd tar-1.34
2021-07-08 18:41:32 +03:00
./configure DEFAULT_RMT_DIR=/etc
2021-07-08 20:49:15 +03:00
make
make DESTDIR="$1" install