mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
Closes: https://bugs.gentoo.org/938087 Closes: https://bugs.gentoo.org/944233 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: Sam James <sam@gentoo.org>
15 lines
440 B
Diff
15 lines
440 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -863,9 +863,8 @@ path/mktemp.lo path/mktemp.o: ltcompile path/mktemp.c systime.h include/bglibs/p
|
|
./ltcompile path/mktemp.c
|
|
|
|
perl-head.pl:
|
|
- ( set -e; PATH="/bin:/usr/bin:/usr/local/bin:$$PATH"; export PATH; \
|
|
- perl=`which perl`; \
|
|
- echo "#! $$perl"; \
|
|
+ ( set -e; \
|
|
+ echo "#!/usr/bin/env perl"; \
|
|
echo "# WARNING: This file was auto-generated. Do not edit!"; \
|
|
echo ) >perl-head.pl
|
|
|