From 3bbf39a56987ec5b6007deb1541cedd95062ef27 Mon Sep 17 00:00:00 2001 From: Artur Frysiak Date: Mon, 10 May 1999 18:17:43 +0000 Subject: [PATCH] - 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 -- 2.43.0