File: dont-install-ttyplay-into-usr-bin.patch

package info (click to toggle)
libterm-ttyrec-plus-perl 0.09-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: perl: 2,219; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 392 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Don't install bin/ttyplay into /usr/bin
Origin: vendor
Bug-Debian: https://bugs.debian.org/662751
Forwarded: not-needed
Author: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2012-03-09

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,9 +8,6 @@
 
 requires 'IO::Uncompress::Bunzip2';
 
-install_script 'bin/ttyplay';
-install_script 'bin/ttytime';
-
 auto_install;
 WriteAll;