aboutsummaryrefslogtreecommitdiff
path: root/etc/utils
diff options
context:
space:
mode:
authorCyril Cohen2015-07-22 13:11:18 +0200
committerCyril Cohen2015-07-22 13:11:18 +0200
commit80471736932aee0a4287345ea8ffb10ca42b7165 (patch)
treed67abe61bfcbe10f04404c6ee12a2e32e4e30a1c /etc/utils
parent6d3dcee3ead208e6e40979ad9252abf192cfbbd7 (diff)
make the opam package meta data
Diffstat (limited to 'etc/utils')
-rwxr-xr-xetc/utils/packager5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/utils/packager b/etc/utils/packager
index 5a8138d..fc645cb 100755
--- a/etc/utils/packager
+++ b/etc/utils/packager
@@ -5,9 +5,10 @@ set -x
for pkg in algebra basic field character fingroup odd_order real_closed solvable ssreflect
do
-pkgdir="$(git root)/extra-dev/packages/coq:mathcomp:$pkg/coq:mathcomp:$pkg.dev"
+pkgdir="$(git root)/opam/extra-dev/packages/coq:mathcomp:$pkg/coq:mathcomp:$pkg.dev"
mkdir -p $pkgdir
cp $(git root)/mathcomp/$pkg/opam $pkgdir/opam
+cp $(git root)/mathcomp/$pkg/descr $pkgdir/descr
sed -r "/^(build|install)/s?make?make \"-C\" \"mathcomp/$pkg\"?" -i $pkgdir/opam
-done
+done