Standardize Go-package structure (#746)

This commit is contained in:
John Kerl 2021-11-11 14:15:13 -05:00 committed by GitHub
parent 0d4fc143ad
commit e2b6ec2391
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20166 changed files with 6121 additions and 6828 deletions

4
configure vendored
View file

@ -23,5 +23,5 @@ else
fi
fi
sed "s@PREFIX_TEMPLATE_IS_HERE@$prefix@" go/Makefile.in > go/Makefile
sed "s@PREFIX_TEMPLATE_IS_HERE@$prefix@" man/Makefile.in > man/Makefile
sed -I .prefix-backup 's@^PREFIX.*@PREFIX='$prefix'@' Makefile
sed -I .prefix-backup 's@^PREFIX.*@PREFIX='$prefix'@' man/Makefile