Mark the Apache HTTPD config file as such in the web DEB and RPM packages. Fixes #6356

This commit is contained in:
Dave Page
2021-03-29 10:35:50 +01:00
parent be31fb08f1
commit 9c69c1a277
4 changed files with 25 additions and 1 deletions

View File

@@ -72,6 +72,10 @@ fakeroot dpkg-deb --build "${DESKTOPROOT}" "${DISTROOT}/${APP_NAME}-desktop_${AP
echo "Creating the web package..."
mkdir "${WEBROOT}/DEBIAN"
cat << EOF > "${WEBROOT}/DEBIAN/conffiles"
/etc/apache2/conf-available/pgadmin4.conf
EOF
cat << EOF > "${WEBROOT}/DEBIAN/control"
Package: ${APP_NAME}-web
Version: ${APP_LONG_VERSION}