From 109e45b26d7e8957a6125ccf4b6722b19a752e45 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 14 May 2019 18:21:43 -0400 Subject: build: Update plugin dir path in rm command --- diff --git a/build b/build index 09af1c3..6a5705d 100755 --- a/build +++ b/build @@ -211,7 +211,7 @@ $(installnative_targets): # TODO: Provide these files in a doc package. rm -Rf $(destdir)/usr/share/man/ $(destdir)/usr/share/info/ # TODO: Provide these files in a gcc-*-plugin-dev package. - rm -Rf $(destdir)/usr/lib/$(target)/gcc-$(base_version)/plugin/ + rm -Rf $(destdir)$(tgtlibdir)/plugin/ oh-fixperms -d "$(destdir)" oh-strip -d "$(destdir)" OPK_PACKAGES="\ -- cgit v0.9.1