7 lines
63 B
Plaintext
7 lines
63 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
perl Makefile.PL
|
||
|
|
||
|
make
|
||
|
make DESTDIR="$1" install
|