From ad1534c1ddd89ca0aec060edc1266d05b5e5d6e0 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 16 Nov 2012 18:49:01 -0500 Subject: Quote operand to rm. --- 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 -- cgit v0.9.1