diff options
| author | Tupone Alfredo <tupone@gentoo.org> | 2018-10-01 11:16:47 +0200 |
|---|---|---|
| committer | Tupone Alfredo <tupone@gentoo.org> | 2018-10-01 11:26:50 +0200 |
| commit | c0ec62f4668cc2e54e30b222cfb391978ab0f116 (patch) | |
| tree | c3c8391ec2ee676efd14a6994c1af1c3342b0b56 /dev-tcltk/expect/files/expect-5.45.4-examples.patch | |
| parent | dc4707bee2455218e42375b6276809cc0ec6bd09 (diff) | |
| download | gentoo-c0ec62f4668cc2e54e30b222cfb391978ab0f116.tar.gz gentoo-c0ec62f4668cc2e54e30b222cfb391978ab0f116.tar.bz2 gentoo-c0ec62f4668cc2e54e30b222cfb391978ab0f116.zip | |
dev-tcltk/expect: Fix installing examples
Closes: https://bugs.gentoo.org/667144
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk/expect/files/expect-5.45.4-examples.patch')
| -rw-r--r-- | dev-tcltk/expect/files/expect-5.45.4-examples.patch | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/dev-tcltk/expect/files/expect-5.45.4-examples.patch b/dev-tcltk/expect/files/expect-5.45.4-examples.patch index 10de8821a01a..cd631b30a5c1 100644 --- a/dev-tcltk/expect/files/expect-5.45.4-examples.patch +++ b/dev-tcltk/expect/files/expect-5.45.4-examples.patch @@ -1,21 +1,23 @@ --- a/Makefile.in 2018-09-26 15:59:09.049279363 +0200 +++ b/Makefile.in 2018-09-26 16:00:00.514427553 +0200 -@@ -32,16 +32,12 @@ +@@ -32,15 +32,17 @@ # SCRIPTS is a target. If this is a problem, just comment out the # SCRIPTS target itself. -SCRIPTS = timed-run timed-read ftp-rfc autopasswd lpunlock weather \ -- passmass rftp kibitz rlogin-cwd xpstat tkpasswd dislocate xkibitz \ -- tknewsbiff unbuffer mkpasswd cryptdir decryptdir autoexpect \ -- multixterm +SCRIPTS = unbuffer ++_SCRIPTS = timed-run timed-read ftp-rfc autopasswd lpunlock weather \ + passmass rftp kibitz rlogin-cwd xpstat tkpasswd dislocate xkibitz \ +- tknewsbiff unbuffer mkpasswd cryptdir decryptdir autoexpect \ ++ tknewsbiff mkpasswd cryptdir decryptdir autoexpect \ + multixterm # A couple of the scripts have man pages of their own. # You can delete these too if you don't want'em. -SCRIPTS_MANPAGES = kibitz dislocate xkibitz tknewsbiff unbuffer mkpasswd \ -- passmass cryptdir decryptdir autoexpect multixterm +SCRIPTS_MANPAGES = unbuffer ++_SCRIPTS_MANPAGES = kibitz dislocate xkibitz tknewsbiff unbuffer mkpasswd \ + passmass cryptdir decryptdir autoexpect multixterm - # allow us to handle null list gracefully, "end_of_list" should not exist |
