summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-11-24 00:43:14 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-11-24 00:43:14 (EST)
commitf5aa519bdf417d54b63ee7c9a4f43b1d91e9588c (patch)
tree739427ecc978c1d36261af24d471bb8f5c5c040d
parent5526bcf88cd5ed545768149296d0742485f964d9 (diff)
build: Fix rm command
Bumblebee!!!
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index bfecb91..4ce050b 100755
--- a/build
+++ b/build
@@ -17,7 +17,7 @@ build:
install: build
oh-autoinstall
rm dest/usr/lib/$(OPK_HOST_ARCH)/libgpg-error.la
- rm -Rf /usr/share/common-lisp/
+ rm -Rf dest/usr/share/common-lisp/
mv dest/usr/share/libgpg-error/ dest/usr/share/doc/libgpg-error.0/
oh-fixperms
oh-strip