8
0
Stephan Kulow
2020-05-12 05:35:09 +00:00
committed by Git OBS Bridge
commit 32fd328fd2
6 changed files with 159 additions and 0 deletions

10
remove-env-perl.patch Normal file
View File

@@ -0,0 +1,10 @@
diff --git a/bin/dancer2-generate-crypted-password b/bin/dancer2-generate-crypted-password
index 7747742..109881c 100755
--- a/bin/dancer2-generate-crypted-password
+++ b/bin/dancer2-generate-crypted-password
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
use strict;
use Crypt::SaltedHash;