FS#54092 - some bits doesn't respect -with-pkg-ext=... configure option
|
Details
Summary and Info:
Some code seems to not respect --with-pkg-ext=.something Steps to Reproduce: configure pacman with --with-pkg-ext=.something see code in src/pacman/callback.c L788 ( also some of the py testsuile seems to have hardcoded PM_EXT_PKG ) Regards |
This task depends upon
/* strip package or DB extension for cleaner look */
if((p = strstr(fname, ".pkg")) || (p = strstr(fname, ".db")) || (p = strstr(fname, ".files"))) {
while looking somewhat closer --with-src-ext=.something isn't respected also.
src/pacman/sync.c L225:
/* skip source packages within the cache directory */
"*.src.tar.*"