2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

mandoc: avoid chmod

This commit is contained in:
Dylan Araps 2021-07-28 12:33:56 +03:00
parent aa7f14eb2e
commit 5fb6f31a1e
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -10,7 +10,6 @@ mv -f _ main.c
# Use CC rather than broken default.
sed "s/CC=.*/CC=$CC/" configure > _
mv -f _ configure
chmod +x configure
cat > configure.local <<EOF
PREFIX=/usr
@ -21,7 +20,7 @@ CFLAGS="$CFLAGS -fcommon"
LN="ln -sf"
EOF
./configure
sh ./configure
make
make -j1 base-install