We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 044cc7b commit cc57ed4Copy full SHA for cc57ed4
1 file changed
steps/utils-std-0.1.1/pass1.sh
@@ -7,8 +7,9 @@ src_prepare() {
7
8
sed -i s/_Noreturn// libutils/err.h
9
10
- # to avoid changing libtool checksums, although likely means better values
11
- sed -i '/^commands="$/,/^"$/'s,getconf,, configure
+ # getconf: to avoid changing libtool checksums, although likely means better values
+ # which: to avoid changing checksums of packages like perl-5.36.3_0
12
+ sed -i '/^commands="$/,/^"$/{ s,getconf,, ; s,which,, }' configure
13
}
14
15
src_configure() {
0 commit comments