summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index ca948bf..0f7b0b4 100755
--- a/build
+++ b/build
@@ -109,8 +109,8 @@ install: build
-exec rm -f '{}' ';' && \
for dir in "binutils-$${target}.data/usr/lib/"*/; do \
case "$${dir}" in \
- '$(OPK_HOST_ARCH)') ;; \
- "$${target}") ;; \
+ '$(OPK_HOST_ARCH)/') ;; \
+ "$${target}/") ;; \
*) rmdir "$${dir}" ;; \
esac; \
done; \