milis/talimatname/onsistem/0sed/talimat

15 lines
150 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
version=4.2.2
source=(http://ftp.gnu.org/gnu/sed/sed-$version.tar.bz2)
build()
{
cd sed-$version
./configure --prefix=/tools
make
make install
}