forked from kiss-community/repo
6 lines
71 B
Bash
Executable File
6 lines
71 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR="$1" install
|