mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-15 05:45:03 -05:00
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
|
echo "before bla template"
|
||
|
# template input; name=perl-bla
|
||
|
echo "after bla template"
|
||
|
perl Makefile.pl
|
||
|
make
|
||
|
make install
|