aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorCyril Cohen2017-06-16 13:54:17 +0200
committerCyril Cohen2017-09-07 16:09:34 +0200
commit6ed797cc4dd4f9ecf6d1f8ae0978ea0fa91ebe1e (patch)
tree26fcd39d4d86f02ed492932d0a0b58de835a5c55 /etc
parentdffadb2f3035673c22495dd23e96e0fc739b10ad (diff)
adding odd_order to the list of released content for 1.6
Diffstat (limited to 'etc')
-rwxr-xr-xetc/utils/packager2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/utils/packager b/etc/utils/packager
index 1821ab6..f0c1d5b 100755
--- a/etc/utils/packager
+++ b/etc/utils/packager
@@ -13,7 +13,7 @@ sed -r "/^(build|install)/s?make?make \"-C\" \"mathcomp/$pkg\"?" -i $pkgdir/opam
echo "git: \"https://github.com/math-comp/math-comp.git\"" > $pkgdir/url
done
-for pkg in ssreflect fingroup algebra field solvable character
+for pkg in ssreflect fingroup algebra field solvable character odd_order
do
pkgdir="$(git root)/opam/released/packages/coq-mathcomp-$pkg/coq-mathcomp-$pkg.1.6"
mkdir -p $pkgdir