10 lines
121 B
Bash
Executable File
10 lines
121 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
sed -i '/<linux\/prctl.h>/d' src/system.h
|
|
|
|
./configure \
|
|
--prefix=/usr
|
|
|
|
make
|
|
make DESTDIR="$1" install
|