When the input file name has no extension, just ignore the extension instead of failing outright. This is useful when /dev/stdin is the input filename and there are known to be no dependencies to deal with.
modified libpkg/pkg_add.c
@@ -242,9 +242,7 @@ pkg_add(struct pkgdb *db, const char *path, unsigned flags, struct pkg_manifest_
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|