summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-11-16 18:49:01 (EST)
committer P. J. McDermott <pjm@nac.net>2012-11-16 18:49:01 (EST)
commitad1534c1ddd89ca0aec060edc1266d05b5e5d6e0 (patch)
treee30b2a986ec4aa5fa8a8e1a5755ef626e125360e
parent58a817b684ce0d52933061626b90879651abd999 (diff)
Quote operand to rm.
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 5a847bd..2a4e137 100755
--- a/build
+++ b/build
@@ -10,7 +10,7 @@ build: configure
install: build
oh-autoinstall
- rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libexpat.la
+ rm -f 'dest/usr/lib/$(OPK_HOST_ARCH)/libexpat.la'
oh-fixperms
oh-strip -k
oh-installfiles