10 lines
106 B
Bash
Executable File
10 lines
106 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
#patch -Np1 -i fixes.patch
|
|
|
|
./configure \
|
|
--prefix=/usr
|
|
|
|
make
|
|
make DESTDIR="$1" install
|