aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xetc/utils/packager1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/utils/packager b/etc/utils/packager
index fc645cb..4ede812 100755
--- a/etc/utils/packager
+++ b/etc/utils/packager
@@ -10,5 +10,6 @@ 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
+echo "git: \"https://github.com/math-comp/math-comp.git\"" > $pkgdir/url
done