forked from kiss-community/repo
mandoc: avoid chmod
This commit is contained in:
parent
aa7f14eb2e
commit
5fb6f31a1e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user