Make sure that 80-test_ca.t finds all the config files
[openssl.git] / Makefile.org
index 10da64481e5d623b85ade149da905824786ad699..2f8e472ccf96133bec4543ffd57010b8001faf98 100644 (file)
@@ -428,7 +428,7 @@ rehash.time: certs apps
                [ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe" || :; \
                OPENSSL_DEBUG_MEMORY=on; OPENSSL_CONF=/dev/null ; \
                export OPENSSL OPENSSL_DEBUG_MEMORY OPENSSL_CONF; \
-               $(PERL) tools/c_rehash certs/demo) && \
+               $$OPENSSL rehash certs/demo) && \
                touch rehash.time; \
        else :; fi
 
@@ -482,7 +482,7 @@ TABLE: Configure Configurations/*.conf
 # and read directly, requiring GNU-Tar. Call "make TAR=gtar dist" if the normal
 # tar does not support the --files-from option.
 TAR_COMMAND=$(TAR) $(TARFLAGS) --files-from ../$(TARFILE).list \
-                              --owner openssl --group openssl \
+                              --owner openssl:0 --group openssl:0 \
                               --transform 's|^|openssl-$(VERSION)/|' \
                               -cvf -