From: Artur Frysiak Date: Mon, 10 May 1999 18:17:43 +0000 (+0000) Subject: - small fix to FHS 2.0 compatibile X-Git-Tag: openssl-0_9_3-0_19990520~5 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fopenssl.git;a=commitdiff_plain;h=3bbf39a56987ec5b6007deb1541cedd95062ef27 - small fix to FHS 2.0 compatibile Changed files: openssl.spec -> 1.4 --- 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