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.
|
# Use CC rather than broken default.
|
||||||
sed "s/CC=.*/CC=$CC/" configure > _
|
sed "s/CC=.*/CC=$CC/" configure > _
|
||||||
mv -f _ configure
|
mv -f _ configure
|
||||||
chmod +x configure
|
|
||||||
|
|
||||||
cat > configure.local <<EOF
|
cat > configure.local <<EOF
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
@ -21,7 +20,7 @@ CFLAGS="$CFLAGS -fcommon"
|
|||||||
LN="ln -sf"
|
LN="ln -sf"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
./configure
|
sh ./configure
|
||||||
|
|
||||||
make
|
make
|
||||||
make -j1 base-install
|
make -j1 base-install
|
||||||
|
Loading…
Reference in New Issue
Block a user