forked from kiss-community/repo
8 lines
83 B
Bash
Executable File
8 lines
83 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
make
|
|
make install
|
|
|
|
# Work around no 'DESTDIR'.
|
|
cp -a _install/. "$1"
|