8 lines
87 B
Plaintext
8 lines
87 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
./configure \
|
||
|
--prefix=/usr
|
||
|
|
||
|
make
|
||
|
install -Dm755 wmx "$1/usr/bin/wmx"
|