SHA256
1
0
forked from pool/easy-rsa
easy-rsa/suse-packaging.patch

24 lines
710 B
Diff
Raw Normal View History

--- EasyRSA-3.1.7/easyrsa.orig 2023-10-17 08:27:37.665021587 +0200
+++ EasyRSA-3.1.7/easyrsa 2023-10-17 08:34:59.943976542 +0200
@@ -1440,10 +1440,7 @@
# "$EASYRSA" - Old default and Windows
# "$PWD" - Usually the same as above, avoid
# "${0%/*}" - Usually the same as above, avoid
- # '/usr/local/share/easy-rsa' - Default user installed
- # '/usr/share/easy-rsa' - Default system installed
- # Room for more..
- # '/etc/easy-rsa' - Last resort
+ # '/etc/easy-rsa'
# Find and optionally copy data-files, in specific order
for area in \
@@ -1451,8 +1448,6 @@
"$EASYRSA" \
"$PWD" \
"${0%/*}" \
- '/usr/local/share/easy-rsa' \
- '/usr/share/easy-rsa' \
'/etc/easy-rsa' \
# EOL
do