From f9db40a17201c50237ae2f57f88093578469d76f Mon Sep 17 00:00:00 2001 From: ewt Date: Sun, 21 Feb 1999 02:34:45 +0000 Subject: [PATCH] should be able to install v1 source packages now, though I certainly didn't test it CVS patchset: 2817 CVS date: 1999/02/21 02:34:45 --- install.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install.c b/install.c index a26f81c..27ca7e1 100644 --- a/install.c +++ b/install.c @@ -191,9 +191,7 @@ int doInstall(const char * rootdir, const char ** argv, int transFlags, packages[i] = NULL; break; case 0: - if (isSource && major == 1) { - printf("XXX FIXME I can't install v1 source packages!!!\n"); - } else if (isSource) { + if (isSource) { sourcePackages[numSourcePackages++] = *filename; fdClose(fd); } else { -- 2.7.4