summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-01-27 21:54:51 (EST)
committer P. J. McDermott <pjm@nac.net>2014-01-27 21:54:51 (EST)
commit3db2da7b0e4518d23d382d66c04097cc5fe01903 (patch)
tree84872152f468a2537d3f07d9ea499ed678046fcd
parent7f23541fa5908a76488fc8716c6010281b40632a (diff)
build: Add -f option to rm command.
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index ac92e45..22d19fa 100755
--- a/build
+++ b/build
@@ -17,5 +17,5 @@ install: build
oh-fixperms
oh-strip
rm -rf dest/usr/lib/$(OPK_HOST_ARCH)/libgmp.la
- rm dest/usr/share/info/dir
+ rm -f dest/usr/share/info/dir
oh-installfiles