scripts/feeds: Delete package/feeds folder in the clean procedure to prevent dangling...
authorJohn Crispin <john@openwrt.org>
Sat, 23 May 2015 15:29:06 +0000 (15:29 +0000)
committerJohn Crispin <john@openwrt.org>
Sat, 23 May 2015 15:29:06 +0000 (15:29 +0000)
commit15eb386e6c4390e9af4347e8e6934d278de41f54
treed81e22a0340ab1ad98a38f2959d560d0d0a962af
parent89e0296c3cb8a919df9e0d02b806fb568748ea9c
scripts/feeds: Delete package/feeds folder in the clean procedure to prevent dangling links.

Hello,

if you run:
./scripts/feeds clean
It removes ./feeds folder but not ./package/feeds/ which is full of dangling links then. This patch fixes it.

Best Regards,
Martin Strbačka

Signed-off-by: Martin Strbacka <martin.strbacka@nic.cz>
SVN-Revision: 45738
scripts/feeds