aboutsummaryrefslogtreecommitdiffstats
path: root/chapter5
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-07 09:55:56 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-07 09:56:16 -0500
commit69357ef7e8507fe674f0aa0b9f086004017a8651 (patch)
tree8bcd74d7db17a0d86bfbbcc01ad9d89984144549 /chapter5
parent70940af213c317a9bb59afedcb4cc021a35fb88d (diff)
Use package version for versioned patch/directories.
Diffstat (limited to 'chapter5')
-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