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