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

package info (click to toggle)
libterm-ttyrec-plus-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 596 kB
  • ctags: 164
  • sloc: perl: 2,219; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (2)
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: http://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;