gcompat: remove sed -i

This commit is contained in:
Dylan Araps 2021-07-03 20:42:26 +00:00
parent ea25146be5
commit e3da396e12
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -1,6 +1,7 @@
#!/bin/sh -e
sed -i 's|/lib|/usr/lib|g' Makefile
sed 's|/lib|/usr/lib|g' Makefile > _
mv -f _ Makefile
make LINKER_PATH=/usr/lib/ld-musl-x86_64.so.1
make DESTDIR="$1" install