From: Luis R. Rodriguez Date: Sat, 9 Mar 2013 00:56:45 +0000 (-0800) Subject: compat-drivers: fix removal of tmp pending-stable files X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=74b6184ee49bc721932513dd7f1c2cd0216ecc59;p=openwrt%2Fstaging%2Fblogic.git compat-drivers: fix removal of tmp pending-stable files Signed-off-by: Luis R. Rodriguez --- diff --git a/scripts/admin-update.sh b/scripts/admin-update.sh index bae4143083b3..e072b123c028 100755 --- a/scripts/admin-update.sh +++ b/scripts/admin-update.sh @@ -917,7 +917,7 @@ if [[ "$GET_STABLE_PENDING" = y ]]; then get_stable_patches drm fi - rm -f .network_stable .drm_stable + rm -f ${STABLE_PREFIX}network ${STABLE_PREFIX}drm cd $LAST_DIR fi