milis/talimatname/onsistem/0sed/talimat

15 lines
150 B
Plaintext

version=4.2.2
source=(http://ftp.gnu.org/gnu/sed/sed-$version.tar.bz2)
derle()
{
cd sed-$version
./configure --prefix=/tools
make
make install
}