Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 614 → Rev 727

/pkg/trunk/pkginst.c
188,7 → 188,7
prevzipnode = curzipnode;
curzipnode = curzipnode->nextfile;
}
/* if appinfo file not found, this is not a real FreeDOS package */
/* if appinfo file not found, this is not a real SvarDOS package */
if (appinfopresence != 1) {
kitten_printf(3, 12, appinfofile); /* "ERROR: Package do not contain the %s file! Not a valid SvarDOS package." */
puts("");