mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 10:13:35 +00:00
Fixed libtool, musl, and perl for rootbuild
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user