Package: postgis / 3.3.2+dfsg-1

incorrect-path-for-interpreter.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
Description: Fix incorrect-path-for-interpreter issue.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed

--- a/utils/postgis_restore.pl.in
+++ b/utils/postgis_restore.pl.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 #
 # PostGIS - Spatial Types for PostgreSQL