run find-provides on *all* files in the file list
authorroot <devnull@localhost>
Tue, 19 Nov 1996 20:30:29 +0000 (20:30 +0000)
committerroot <devnull@localhost>
Tue, 19 Nov 1996 20:30:29 +0000 (20:30 +0000)
CVS patchset: 1178
CVS date: 1996/11/19 20:30:29

build/reqprov.c

index 2a82f32..3797417 100644 (file)
@@ -228,11 +228,9 @@ int generateAutoReqProv(Header header, struct PackageRec *p)
     writeBytes = 0;
     while (count--) {
         s = *f++;
-       if (S_ISREG(*modes++)) {
-           /* We skip the leading "/" (already normalized) */
-           writeBytes += strlen(s);
-           appendLineStringBuf(writeBuff, s + 1);
-       }
+       /* We skip the leading "/" (already normalized) */
+       writeBytes += strlen(s);
+       appendLineStringBuf(writeBuff, s + 1);
     }
     if (fsave) {
        free(fsave);