From f6879cec2d6e64d2db6dd7643b3d9fd6790ef773 Mon Sep 17 00:00:00 2001 From: ewt Date: Tue, 20 Feb 1996 00:24:24 +0000 Subject: [PATCH] -hiv is handled via INSTALL_PRINTLABEL CVS patchset: 338 CVS date: 1996/02/20 00:24:24 --- install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.c b/install.c index 441a49e..3fbdab4 100644 --- a/install.c +++ b/install.c @@ -80,7 +80,7 @@ void doInstall(char * prefix, char * arg, int installFlags, int interfaceFlags) else chptr++; - printf("%-28s", chptr); + installFlags |= INSTALL_PRINTLABEL; } else if (isVerbose()) printf("Installing %s\n", arg); -- 2.7.4