7 lines
105 B
Bash
Executable File
7 lines
105 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
make
|
|
|
|
# No 'DESTDIR' because the Makefile doesn't support it.
|
|
make PREFIX="$1/usr" install
|