should be able to install v1 source packages now, though I certainly
authorewt <devnull@localhost>
Sun, 21 Feb 1999 02:34:45 +0000 (02:34 +0000)
committerewt <devnull@localhost>
Sun, 21 Feb 1999 02:34:45 +0000 (02:34 +0000)
didn't test it <shrug>

CVS patchset: 2817
CVS date: 1999/02/21 02:34:45

install.c

index a26f81c..27ca7e1 100644 (file)
--- 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 {