projects
/
contrib
/
pines
/
eg-debian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ad5e08
)
actually copy compat into place
author
Chris Sharp
<csharp@georgialibraries.org>
Tue, 22 Nov 2022 15:56:30 +0000
(15:56 +0000)
committer
Chris Sharp
<csharp@georgialibraries.org>
Tue, 22 Nov 2022 15:56:30 +0000
(15:56 +0000)
build_evergreen2_debs
patch
|
blob
|
history
diff --git
a/build_evergreen2_debs
b/build_evergreen2_debs
index
b4c7bef
..
a763863
100755
(executable)
--- 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