From: Alexander Morozov Date: Mon, 30 May 2011 14:20:58 +0000 (+0400) Subject: Revert "Copy upkey.sys for Rarus protect installer (eterbug #5225)." X-Git-Tag: 1.3.13-alt2.4~1 X-Git-Url: http://git.etersoft.ru/projects/?a=commitdiff_plain;h=e08cf676108581e741088fb201a22ffce0e766dd;p=wine%2Feterwine.git Revert "Copy upkey.sys for Rarus protect installer (eterbug #5225)." This reverts commit 354f2fa59a13c9900a9d2c923f84ef45ca2e41ff. --- diff --git a/etersoft/scripts/wine.in b/etersoft/scripts/wine.in index 96852f7bad..4c513e1b00 100644 --- a/etersoft/scripts/wine.in +++ b/etersoft/scripts/wine.in @@ -314,9 +314,7 @@ find_type() if [ -n "$WINECOPYSKEL" ] ; then find_type f | $XARGS cp -f "${WINEDATADIR}/skel/QQQ" "${CROOT}/QQQ" || fatal "Can't copy skel files. Possible xargs is broken." else - # copy upkey.sys for Rarus protect installer (eterbug #5225) - find_type f | grep -i 'upkey.sys' | $XARGS cp -f "${WINEDATADIR}/skel/QQQ" "${CROOT}/QQQ" || fatal "Can't copy skel files. Possible xargs is broken." - find_type f | grep -iv 'upkey.sys' | $XARGS ln -sf "${WINEDATADIR}/skel/QQQ" "${CROOT}/QQQ" || fatal "Can't symlink skel files. Possible xargs is broken." + find_type f | $XARGS ln -sf "${WINEDATADIR}/skel/QQQ" "${CROOT}/QQQ" || fatal "Can't symlink skel files. Possible xargs is broken." fi cd - >/dev/null fi