From cd32f0020c7e5f4ba8e689dcbcb42c744a8a6412 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 3 Nov 2001 06:24:23 +0000 Subject: [PATCH] Dont fail if the intermediate directories in ${DESTDIR}/usr/lib/compat/* dont exist. IMHO, this is kinda silly. --- lib/liby/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/liby/Makefile b/lib/liby/Makefile index 8c816a9c2d5..e66ea5de605 100644 --- a/lib/liby/Makefile +++ b/lib/liby/Makefile @@ -19,7 +19,7 @@ NOPIC= true # off to a compat dist (like compat22). # beforeinstall: - rm -f ${DESTDIR}/usr/lib/compat/lib${LIB}.so \ + -rm -f ${DESTDIR}/usr/lib/compat/lib${LIB}.so \ ${DESTDIR}${ORIG_SHLIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ ${DESTDIR}/usr/lib/compat/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ ${DESTDIR}/usr/lib/compat/lib${LIB}.so.${SHLIB_MAJOR}