From: ewt Date: Sun, 21 Feb 1999 02:34:45 +0000 (+0000) Subject: should be able to install v1 source packages now, though I certainly X-Git-Tag: rpm-4.4-release~3100 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9db40a17201c50237ae2f57f88093578469d76f;p=platform%2Fupstream%2Frpm.git 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 --- 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 {