mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Dont fail if the intermediate directories in ${DESTDIR}/usr/lib/compat/*
dont exist. IMHO, this is kinda silly.
This commit is contained in:
parent
aaa3add4ea
commit
cd32f0020c
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue