From: Chris Sharp Date: Tue, 22 Nov 2022 15:56:30 +0000 (+0000) Subject: actually copy compat into place X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ce52a4ed992e21b0f12875b755815fc69e006735;p=contrib%2Fpines%2Feg-debian.git actually copy compat into place --- diff --git a/build_evergreen2_debs b/build_evergreen2_debs index b4c7bef..a763863 100755 --- a/build_evergreen2_debs +++ b/build_evergreen2_debs @@ -199,6 +199,8 @@ else cp ${BUILDFILESDIR}/control ${SOURCE_FOLDER}/debian/control cp ${BUILDFILESDIR}/CONTROL ${SOURCE_FOLDER}/DEBIAN/control fi +cp ${BUILDFILESDIR}/compat ${SOURCE_FOLDER}/debian/compat +cp ${BUILDFILESDIR}/compat ${SOURCE_FOLDER}/DEBIAN/compat cp ${BUILDFILESDIR}/config ${SOURCE_FOLDER}/debian/config cp ${BUILDFILESDIR}/config ${SOURCE_FOLDER}/DEBIAN/config cp ${BUILDFILESDIR}/postinst ${SOURCE_FOLDER}/debian/postinst