summaryrefslogtreecommitdiff
path: root/net-misc/blinkperl/files/blinkperl-20030301-non-local.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /net-misc/blinkperl/files/blinkperl-20030301-non-local.patch
reinit the tree, so we can have metadata
Diffstat (limited to 'net-misc/blinkperl/files/blinkperl-20030301-non-local.patch')
-rw-r--r--net-misc/blinkperl/files/blinkperl-20030301-non-local.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-misc/blinkperl/files/blinkperl-20030301-non-local.patch b/net-misc/blinkperl/files/blinkperl-20030301-non-local.patch
new file mode 100644
index 000000000000..3394918ebb47
--- /dev/null
+++ b/net-misc/blinkperl/files/blinkperl-20030301-non-local.patch
@@ -0,0 +1,13 @@
+Do not install in locale/share and be consistent about the package name.
+
+--- blinkperl/blinkserver.pl.orig 2003-02-06 19:38:00.000000000 +0100
++++ blinkperl/blinkserver.pl 2008-11-27 21:14:24.000000000 +0100
+@@ -21,7 +21,7 @@
+
+ # be sure to modify ${MOVIEDIR} in the Makefile
+ # (if you want to use "make install"), if you modify it here!
+-my $moviedir = "/usr/local/share/blinkenperl/movies" ; # where to find the movies
++my $moviedir = "/usr/share/blinkperl/movies" ; # where to find the movies
+ my $blmext = "blm" ; # extensions of blm files in the movie directory
+
+