[packages/openssl102: 5/432] - small fix to FHS 2.0 compatibile

adwol adwol at pld-linux.org
Sat Sep 29 01:02:03 CEST 2018


commit 3bbf39a56987ec5b6007deb1541cedd95062ef27
Author: Artur Frysiak <artur at frysiak.net>
Date:   Mon May 10 18:17:43 1999 +0000

    - small fix to FHS 2.0 compatibile
    
    Changed files:
        openssl.spec -> 1.4

 openssl.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/openssl.spec b/openssl.spec
index b4d78f3..239e168 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -46,7 +46,7 @@ for i in ` echo Configure Makefile.org Makefile.ssl `; do
 done
 
 perl util/perlpath.pl /usr/bin
-perl util/ssldir.pl /var/lib/ssl
+perl util/ssldir.pl /var/state/ssl
 
 ./config
 make INSTALLTOP=/usr OPT_FLAGS="$RPM_OPT_FLAGS"
@@ -55,7 +55,7 @@ make rehash
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT/{etc,usr/include/ssl,var/lib/ssl/{certs,private}}
+install -d $RPM_BUILD_ROOT/{etc,usr/include/ssl,var/state/ssl/{certs,private}}
 
 make INSTALLTOP=$RPM_BUILD_ROOT/usr install
 
@@ -86,7 +86,7 @@ gzip -9fn CHANGES CHANGES.SSLeay LICENSE NEWS README \
 %verify(not md5 size mtime) %config(noreplace) /usr/lib/openssl.cnf
 /usr/lib/lib*.a
 /usr/include/ssl/*.h
-/var/lib/ssl
+/var/state/ssl
 
 %changelog
 * Wed Apr 14 1999 Artur Frysiak <wiget at pld.org.pl>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssl102.git/commitdiff/9fc1b1b87b259e8a327c99835865e91a391efc9e



More information about the pld-cvs-commit mailing list