6 lines
120 B
Text
6 lines
120 B
Text
echo "before bla template"
|
|
# template input; name=perl-bla
|
|
echo "after bla template"
|
|
perl Makefile.pl
|
|
make
|
|
make install
|