You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/patches/dev-libs/openssl-1-dodir_fix.sh

10 lines
165 B

if [[ ${EBUILD_PHASE} == setup ]]
then
ln -sf /usr/lib/portage/bin/ebuild-helpers/dodir /bin/dodir
fi
if [[ ${EBUILD_PHASE} == postinst ]]
then
rm /bin/dodir
fi