General fixes with current repository

This commit is contained in:
Silvan Calarco 2023-01-27 12:28:06 +01:00
parent ea35e227bb
commit 777e64885d
2 changed files with 5 additions and 1 deletions

View File

@ -846,6 +846,10 @@ rtld[GNU_UNIQUE] = ldconfig
libgs.so.9[][64bit] = ghostscript
endif
# Generic fixes
libpq.so.5 = libpostgresql
libpq.so.5[][64bit] = libpostgresql
ksplashtheme = ksplash-theme-openmamba
ksplash-theme-openmamba = ksplash-theme-openmamba

View File

@ -107,7 +107,7 @@ if [ "$PREPLATFORM_TARGET" ]; then
fi
#install_rpms_by_target "Installing tools packages for ${MAKEDIST_TARGET} target" ${MAKEDIST_TARGET}-tools ""
install_rpms_by_target "Installing ${PLATFORM} platform packages" ${MAKEDIST_TARGET}-${PLATFORM} "${RPMEXTRAARGS}"
install_rpms_by_target "Installing ${PLATFORM} platform packages" ${MAKEDIST_TARGET}-${PLATFORM} "--replacepkgs ${RPMEXTRAARGS}"
if [ "$MULTILANGUAGE" ]; then
for l in $MULTILANGUAGE; do