logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: aa5c1657723fa81ac8a9207f31e5407c5c501a66
parent f5378c5210be25435cca799040e41d062d336001
Author: Michael Forney <mforney@mforney.org>
Date:   Mon,  4 Mar 2019 00:23:08 -0800

git: Remove some WIP perl rules

These were accidentally committed.

Diffstat:

Mpkg/git/gen.lua24------------------------
1 file changed, 0 insertions(+), 24 deletions(-)

diff --git a/pkg/git/gen.lua b/pkg/git/gen.lua @@ -425,30 +425,6 @@ x('rebase--preserve-merges', '644') x('sh-setup', '644') x('sh-i18n', '644') -local function x(name) - build('sed', '$outdir/git-'..name, '$srcdir/git-'..name..'.perl', { - expr={ - [[-e '1ause lib (split(/:/, $$ENV{GITPERLLIB} || "/share/perl5"));']], - '-e s,@@GIT_VERSION@@,2.19.1,g', - }, - }) - file('libexec/git-core/git-'..name, '755', '$outdir/git-'..name) -end - --- src/Makefile:/^SCRIPT_PERL.\+= -x('send-email') -x('add--interactive') - -for name in iterlines('perllibs.txt') do - build('sed', '$outdir/perl/'..name, '$srcdir/perl/'..name, { - expr={ - '-e s,@@LOCALEDIR@@,/share/locale,g', - '-e s,@@NO_PERL_CPAN_FALLBACKS@@,,g', - }, - }) - file('share/perl5/'..name, '644', '$outdir/perl/'..name) -end - for _, name in ipairs{'git-shell', 'git-upload-pack'} do sym('bin/'..name, '../libexec/git-core/'..name) end