blinkperl-20030301-non-local.patch 578 B

1234567891011121314
  1. Do not install in locale/share and be consistent about the package name.
  2. --- blinkperl/blinkserver.pl.orig 2003-02-06 19:38:00.000000000 +0100
  3. +++ blinkperl/blinkserver.pl 2008-11-27 21:14:24.000000000 +0100
  4. @@ -21,7 +21,7 @@
  5. # be sure to modify ${MOVIEDIR} in the Makefile
  6. # (if you want to use "make install"), if you modify it here!
  7. -my $moviedir = "/usr/local/share/blinkenperl/movies" ; # where to find the movies
  8. +my $moviedir = "/usr/share/blinkperl/movies" ; # where to find the movies
  9. my $blmext = "blm" ; # extensions of blm files in the movie directory