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