X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=binary-distribution.sh;h=462a86dab752c884a9563867c50920313d99de3a;hb=22c1de0a40df83bb5628974010a879cb2c17ff53;hp=90e402c862ae74e7c23d5ca6bb7d38a19c2c7f70;hpb=2066cf61711fbe53128010958c92fe40991568fc;p=sbcl.git diff --git a/binary-distribution.sh b/binary-distribution.sh index 90e402c..462a86d 100755 --- a/binary-distribution.sh +++ b/binary-distribution.sh @@ -16,6 +16,7 @@ tar -cf $b-binary.tar \ $b/install.sh \ $b/doc/sbcl.1 \ $b/pubring.pgp \ + $b/contrib/asdf-module.mk \ $b/contrib/vanilla-module.mk \ `for dir in $b/contrib/*; do if test -d $dir && test -f $dir/test-passed; then