Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 17 years ago
parent
commit
d968219c79
2 changed files with 4 additions and 3 deletions
  1. +2
    -1
      package/base/openssl/openssl.conf
  2. +2
    -2
      package/base/perl5/perl5.desc

+ 2
- 1
package/base/openssl/openssl.conf

@ -55,10 +55,11 @@ openssl_main()
eval "$MAKE $makeopt all"
eval "$MAKE INSTALL_PREFIX=$root install"
# these three conflict with shadow resp. man-pages
# these three conflict with shadow (and others) man-pages
mv -v $root/etc/ssl/man/man1/passwd.1 $root/usr/share/man/man1/openssl_passwd.1
mv -v $root/etc/ssl/man/man3/err.3 $root/usr/share/man/man3/openssl_err.3
mv -v $root/etc/ssl/man/man3/rand.3 $root/usr/share/man/man3/openssl_rand.3
mv -v $root/etc/ssl/man/man3/threads.3 $root/usr/share/man/man3/openssl_threads.3
find $root/etc/ssl/man -type f \
| while read x ; do
mv -v "$x" $root/usr/share/"${x#$root/etc/ssl/}"

+ 2
- 2
package/base/perl5/perl5.desc

@ -36,8 +36,8 @@
[L] OpenSource
[S] Stable
[V] 5.8.7
[V] 5.8.8
[P] X -?23-----9 100.850
[D] 623249659 perl-5.8.7.tar.gz http://www.perl.com/CPAN/src/5.0/
[D] 2197176542 perl-5.8.8.tar.gz http://www.perl.com/CPAN/src/

Loading…
Cancel
Save