File: 0006-Update-bootstrap-path-for-Debian.patch

package info (click to toggle)
phpseclib 1.0.24-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,940 kB
  • sloc: php: 11,795; sh: 66; xml: 50; makefile: 21
file content (22 lines) | stat: -rw-r--r-- 582 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Tue, 28 Dec 2021 08:10:31 -0400
Subject: Update bootstrap path for Debian

Forwarded: not-needed
---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 0cccd04..ddebfa7 100644
--- a/composer.json
+++ b/composer.json
@@ -75,7 +75,7 @@
             "System": "phpseclib/"
         },
         "files": [
-            "phpseclib/bootstrap.php",
+            "phpseclib/phpseclib.bootstrap.php",
             "phpseclib/Crypt/Random.php"
         ]
     }