milis/talimatname/onsistem/0patch/talimat
2017-10-28 00:59:41 +03:00

14 lines
155 B
Text

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