talimat 155 B

123456789101112131415
  1. version=2.7.5
  2. source=(http://ftp.gnu.org/gnu/patch/patch-$version.tar.xz)
  3. derle()
  4. {
  5. cd patch-$version
  6. ./configure --prefix=/tools
  7. make
  8. make install
  9. }