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