diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-14 18:21:43 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-14 18:21:43 (EDT) |
commit | 109e45b26d7e8957a6125ccf4b6722b19a752e45 (patch) | |
tree | b3174a8c9e193a9315e92f9b323da51bcf6cd91d /build | |
parent | 768731de84cdee65c2b958c03a5a3ba4c4d37525 (diff) |
build: Update plugin dir path in rm command
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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="\ |