Fix up perl path in installed scripts
authorHilko Bengen <bengen@debian.org>
Sat, 28 Jul 2018 16:59:16 +0000 (18:59 +0200)
committerRaspbian forward porter <root@raspbian.org>
Wed, 7 Feb 2024 20:29:27 +0000 (20:29 +0000)
Gbp-Pq: Name Fix-up-perl-path-in-installed-scripts.patch

perl/examples/create_disk.pl
perl/examples/inspect_vm.pl

index 3b406833a54382360b026a720c2bb90253e55636..3b69fabea19693030fb6232a08cbd4991a5b47b7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 # Example showing how to create a disk image.
 
index 04fbae6d9085fb2dcc60b3479fe1a6b041d7413b..00679ec81a0500679a42c7286ea4588396175c52 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 # Example showing how to inspect a virtual machine disk.