Fix up perl path in installed scripts
authorHilko Bengen <bengen@debian.org>
Sat, 28 Jul 2018 16:59:16 +0000 (18:59 +0200)
committerHilko Bengen <bengen@debian.org>
Sat, 17 Oct 2020 18:47:38 +0000 (19:47 +0100)
Gbp-Pq: Name 0013-Fix-up-perl-path-in-installed-scripts.patch

perl/examples/create_disk.pl
perl/examples/inspect_vm.pl
tools/virt-list-filesystems
tools/virt-list-partitions
tools/virt-tar
tools/virt-win-reg

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.
 
index 6c36954d461734268713f4c3d64a8988c7ef4568..cd9de636203ff41f7748bed62577cba076aa6d55 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # virt-list-filesystems
 # Copyright (C) 2009-2020 Red Hat Inc.
 #
index 9f4f96bba119fe858ec97806799ef2fc69cee0e3..2fad962fc8fe57317568b488c9b60e0324bb9838 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # virt-list-partitions
 # Copyright (C) 2010 Red Hat Inc.
 #
index fd784ac2c8a1242e47b2bffcf047875feab89882..f0fa59d21efbe3569dd331cede6f1c5af6b7dc07 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # virt-tar
 # Copyright (C) 2009-2020 Red Hat Inc.
 #
index 1a936c5d072524f5ed127b7483f1b3ae45c55027..0fd45464144474f132e1db201a57f9e1c03d269a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # virt-win-reg
 # Copyright (C) 2010 Red Hat Inc.
 #