forked from kiss-community/repo
10 lines
104 B
Bash
Executable File
10 lines
104 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
export PYTHON=python2
|
|
|
|
sh ./configure \
|
|
--prefix=/usr
|
|
|
|
make
|
|
make DESTDIR="$1" install
|