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)
commit803ebd2725f0f661e3981fad56180832e88b6fbd
tree2c975e508519d2f23aa5c24422f0aed14cb660e9
parenta2d0d58a8ebe43fa532b7da1f22f34465970b35d
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