mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
-fix typos
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
if ! grep -Eq -e '^PRETTY_NAME="Debian GNU/Linux 12 \(bookworm\)"$' /etc/os-release
|
if ! grep -Eq -e '^PRETTY_NAME="Debian GNU/Linux 12 \(bookworm\)"$' /etc/os-release
|
||||||
then
|
then
|
||||||
echo "Only Debian 'bookworm' is suppoted by this script." >&2
|
echo "Only Debian 'bookworm' is supported by this script." >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ rootsrcdir="$PWD" || exit 2
|
|||||||
|
|
||||||
# Cleanup sources
|
# Cleanup sources
|
||||||
echo ''
|
echo ''
|
||||||
echo '*** Perfoming initial cleanup...'
|
echo '*** Performing initial cleanup...'
|
||||||
echo ''
|
echo ''
|
||||||
if [[ ! -f 'Makefile' ]] || ! make maintainer-clean
|
if [[ ! -f 'Makefile' ]] || ! make maintainer-clean
|
||||||
then
|
then
|
||||||
@@ -54,7 +54,7 @@ echo '*** Copying autotools files...'
|
|||||||
echo ''
|
echo ''
|
||||||
autoreconf -fvi || exit 4
|
autoreconf -fvi || exit 4
|
||||||
echo ''
|
echo ''
|
||||||
echo '*** Perfoming intermediate cleanup...'
|
echo '*** Performing intermediate cleanup...'
|
||||||
echo ''
|
echo ''
|
||||||
./configure || exit 4
|
./configure || exit 4
|
||||||
make distclean || exit 4
|
make distclean || exit 4
|
||||||
@@ -66,7 +66,7 @@ echo ''
|
|||||||
|
|
||||||
# Patching local autotools files
|
# Patching local autotools files
|
||||||
echo ''
|
echo ''
|
||||||
echo '*** Perfoming patching of local autotools files...'
|
echo '*** Performing patching of local autotools files...'
|
||||||
echo ''
|
echo ''
|
||||||
"$tooldir/fixes-libtool/apply-all.sh" || exit 5
|
"$tooldir/fixes-libtool/apply-all.sh" || exit 5
|
||||||
"$tooldir/fixes-autoconf/apply-all.sh" || exit 5
|
"$tooldir/fixes-autoconf/apply-all.sh" || exit 5
|
||||||
|
|||||||
Reference in New Issue
Block a user