index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Florian Pritz <bluewind@xinu.at> | 2014-12-21 15:48:57 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-01-11 18:58:24 +1000 |
commit | 287f7a575e8d09d695a9a3e9a95c0196f03648f4 (patch) | |
tree | 387cfb347036bd6f65640e02d46a7726d0e493c3 /test/scripts/makepkg-template-tests/keep-old-version/templates/perl-module-1.0.template | |
parent | dfacd8473e6d83042f5d01f2cfc61b7bd43a7617 (diff) |
-rw-r--r-- | test/scripts/makepkg-template-tests/keep-old-version/templates/perl-module-1.0.template | 6 |
diff --git a/test/scripts/makepkg-template-tests/keep-old-version/templates/perl-module-1.0.template b/test/scripts/makepkg-template-tests/keep-old-version/templates/perl-module-1.0.template new file mode 100644 index 00000000..415025ac --- /dev/null +++ b/test/scripts/makepkg-template-tests/keep-old-version/templates/perl-module-1.0.template @@ -0,0 +1,6 @@ +echo "before bla template" +# template input; name=perl-bla +echo "after bla template" +perl Makefile.pl +make +make install |