aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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