treesummaryrefslogcommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpatrick-scho2025-11-29 14:32:06 +0100
committerpatrick-scho2025-11-29 14:32:06 +0100
commitbf2a7a94feb03d69b01c1b352854b432b7481215 (patch)
treeee8bf6cbf2bd4624949b6314c583ec0dd80abe3f /Makefile
parent6eebfa8f992b5dfc402d25d146256f1e6edcb3bb (diff)
downloadps-gitweb-bf2a7a94feb03d69b01c1b352854b432b7481215.tar.gz
ps-gitweb-bf2a7a94feb03d69b01c1b352854b432b7481215.zip
fix perl shebang
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 818d2b5..da3a95b 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,13 @@ include shared.mak
MAK_DIR_GITWEB = gitweb/
include gitweb/Makefile
+ifndef PERL_PATH
+ PERL_PATH = /usr/bin/perl
+endif
+PERL_PATH_SQ = $(subst ','\'',$(PERL_PATH))
+
+export PERL_PATH
+
.PHONY: gitweb
gitweb: $(MAK_DIR_GITWEB_ALL)
ifndef NO_GITWEB