7 lines
107 B
Bash
Executable File
7 lines
107 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
patch -p1 < static-no-libtool.patch
|
|
|
|
make libtermkey.a
|
|
make PREFIX=/usr DESTDIR="$1" install
|