You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while read -r in; do cp -Lr --parents --preserve=links "$in" /php/ 2>/dev/null || :; done < /usr/local/FILES_TO_KEEP
if [ "$1" = "scratch" ]
then
printf "Packaging for scratch"
# OPCache or APCu need /tmp available for some kind of lock (???)
mkdir -p /php/tmp
else
printf "Packaging for Linux distro"
# - Move /lib and /lib64, since those are actually symbolic links that are present on basically every Linux installation and overwriting them is a big no-no