projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3421b43
)
compat-drivers: fix removal of tmp pending-stable files
author
Luis R. Rodriguez
<mcgrof@do-not-panic.com>
Sat, 9 Mar 2013 00:56:45 +0000
(16:56 -0800)
committer
Luis R. Rodriguez
<mcgrof@do-not-panic.com>
Sat, 9 Mar 2013 01:05:18 +0000
(17:05 -0800)
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
scripts/admin-update.sh
patch
|
blob
|
history
diff --git
a/scripts/admin-update.sh
b/scripts/admin-update.sh
index bae4143083b36b9c55c837fb426e84a7c97fef12..e072b123c0289c94688d573dfce1b2da5ba6b44a 100755
(executable)
--- 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