mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Closes: https://bugs.gentoo.org/667144 Package-Manager: Portage-2.3.49, Repoman-2.3.10 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
24 lines
935 B
Diff
24 lines
935 B
Diff
--- a/Makefile.in 2018-09-26 15:59:09.049279363 +0200
|
|
+++ b/Makefile.in 2018-09-26 16:00:00.514427553 +0200
|
|
@@ -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 \
|
|
+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 \
|
|
+SCRIPTS_MANPAGES = unbuffer
|
|
+_SCRIPTS_MANPAGES = kibitz dislocate xkibitz tknewsbiff unbuffer mkpasswd \
|
|
passmass cryptdir decryptdir autoexpect multixterm
|
|
|
|
|