cowsay.patch 444 B

123456789101112
  1. --- cowsay-3.03/install.sh 1999-11-01 21:19:21.000000000 +0100
  2. +++ cowsay-3.03-new/install.sh 2003-08-15 17:14:23.000000000 +0200
  3. @@ -67,7 +67,7 @@
  4. echo Okay, time to install this puppy.
  5. echo s,%BANGPERL%,!$usethisperl,\; > install.pl
  6. -echo s,%PREFIX%,$PREFIX,\; >> install.pl
  7. +echo s,%PREFIX%,/usr,\; >> install.pl
  8. set -x
  9. mkdir -p $PREFIX/bin || (mkdir $PREFIX; mkdir $PREFIX/bin)
  10. $usethisperl -p install.pl cowsay > $PREFIX/bin/cowsay