9be69be836
. sysenv.c and umount.c need <minix/type.h> now
5 lines
104 B
Bash
Executable file
5 lines
104 B
Bash
Executable file
#!/bin/sh
|
|
CC=cc /bin/sh ./configure --prefix=/usr && make all
|
|
if [ "$1" != build ]
|
|
then make install
|
|
fi
|