From 777e64885dba1d2bd3779b58f86db53b04166d60 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 27 Jan 2023 12:28:06 +0100 Subject: [PATCH] General fixes with current repository --- Makefile.defs | 4 ++++ makedist.inc.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.defs b/Makefile.defs index b3d4d1d..86bb884 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -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 diff --git a/makedist.inc.sh b/makedist.inc.sh index 3e3d07a..532968a 100644 --- a/makedist.inc.sh +++ b/makedist.inc.sh @@ -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