aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/bzip2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter8/bzip2.sh')
-rw-r--r--chapter8/bzip2.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/chapter8/bzip2.sh b/chapter8/bzip2.sh
index 1b35096..c45bea4 100644
--- a/chapter8/bzip2.sh
+++ b/chapter8/bzip2.sh
@@ -1,7 +1,6 @@
#!/bin/bash
# shellcheck disable=SC2016
-
patch -Np1 -i ../bzip2-"${VERSION}"-install_docs-1.patch &&
sed -i 's@\(ln -s -f \)$(PREFIX)/bin/@\1@' Makefile &&