diff options
author | Remi Collet <remi@remirepo.net> | 2024-12-17 13:54:35 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-12-17 13:54:35 +0100 |
commit | f13996b09ae50ad9a505372432a26c9189220e86 (patch) | |
tree | bc673e47fcd53088a998ed41a0231a64fa2a8b9f /makesrc.sh | |
parent | 52f6c23ee13ce941a9abafd1c9867dc223f543e3 (diff) |
drop abnfgen from archive
re-license spec file to CECILL-2.1
Diffstat (limited to 'makesrc.sh')
-rwxr-xr-x | makesrc.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ else pushd $PROJECT-$COMMIT git checkout $COMMIT || exit 1 cp composer.json ../composer.json + rm build-abnfgen.sh + rm tests/abnfgen-0.20.tar.gz popd echo "Archiving..." |