summaryrefslogtreecommitdiff
path: root/sources/libtool/libtool.spec
diff options
context:
space:
mode:
Diffstat (limited to 'sources/libtool/libtool.spec')
-rw-r--r--sources/libtool/libtool.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/libtool/libtool.spec b/sources/libtool/libtool.spec
index a5eb3b3..ad794dd 100644
--- a/sources/libtool/libtool.spec
+++ b/sources/libtool/libtool.spec
@@ -14,7 +14,7 @@ build() {
# which requires musl-fts to function, which we can't build without
# libtoolize. Strangely enough, libtool is hard-coded to /bin/sh, so
# I don't know why libtoolize uses /usr/bin/env. ~ahill
- sed -i "s|/usr/bin/env sh|/bin/sh" libtoolize
+ sed -i "s|/usr/bin/env sh|/bin/sh|" libtoolize
}
clean() {
@@ -24,4 +24,4 @@ clean() {
package() {
cd libtool-*/
make -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR
-} \ No newline at end of file
+}