aboutsummaryrefslogtreecommitdiffstats
path: root/chapter5/glibc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter5/glibc.sh')
-rw-r--r--chapter5/glibc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter5/glibc.sh b/chapter5/glibc.sh
index 37dbd2b..8997613 100644
--- a/chapter5/glibc.sh
+++ b/chapter5/glibc.sh
@@ -8,7 +8,7 @@ case $(uname -m) in
;;
esac
-patch -Np1 -i ../glibc-2.33-fhs-1.patch &&
+patch -Np1 -i ../glibc-"${VERSION}"-fhs-1.patch &&
mkdir -v build
cd build || exit 1