muffin: Remove sed.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-06-16 18:24:55 +07:00
parent 7557b99b08
commit 54d521cca6
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -74,8 +74,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
sed -i "s|--warn-error||g" src/Makefile.am
mkdir build
cd build
CFLAGS="$SLKCFLAGS" \