-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'rules_perl-includes_attr' into rules_cpan
- Loading branch information
Showing
2 changed files
with
3 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,5 @@ | ||
From dd80f71045c8546874757f6605edae9997b795f8 Mon Sep 17 00:00:00 2001 | ||
From: =?UTF-8?q?Laurenz=20Altenm=C3=BCller?= | ||
<[email protected]> | ||
Date: Sun, 18 Aug 2024 14:29:26 +0200 | ||
Subject: [PATCH] Set `PATH_PREFIX=./` instead of failing | ||
|
||
--- | ||
perl/binary_wrapper.tpl | 3 +-- | ||
test/data_dep/BUILD | 35 +++++++++++++++++++++++++++++++++++ | ||
2 files changed, 36 insertions(+), 2 deletions(-) | ||
create mode 100644 test/data_dep/BUILD | ||
|
||
diff --git a/perl/binary_wrapper.tpl b/perl/binary_wrapper.tpl | ||
index 035523a..292e370 100644 | ||
index f1cb98d..16e60b5 100644 | ||
--- a/perl/binary_wrapper.tpl | ||
+++ b/perl/binary_wrapper.tpl | ||
@@ -7,8 +7,7 @@ elif [ -s `dirname $0`/../../MANIFEST ]; then | ||
|
@@ -23,7 +11,7 @@ index 035523a..292e370 100644 | |
+ PATH_PREFIX=./ | ||
fi | ||
|
||
{env_vars} $PATH_PREFIX{interpreter} -I${PATH_PREFIX} ${PATH_PREFIX}{main} "$@" | ||
export PERL5LIB="$PERL5LIB{PERL5LIB}" | ||
diff --git a/test/data_dep/BUILD b/test/data_dep/BUILD | ||
new file mode 100644 | ||
index 0000000..00fc8a3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters