diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-07 19:13:24 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-07 21:03:53 (EST) |
commit | afaa9df616a6c805f915d52ffc063edd4b8be88a (patch) | |
tree | fb0d42fd39567b11d80b57032d419e7307b9e541 | |
parent | 480d1380f050e4573b7c02a93b3c8cc512b353e5 (diff) |
build: Remove Bash scripts
-rwxr-xr-x | build | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -23,6 +23,10 @@ build: install: build oh-autoinstall rm dest/usr/lib/$(OPK_HOST_ARCH)/*.a + # Bash scripts and their configuration: + rm dest/etc/e2scrub.conf + rm dest/usr/sbin/e2scrub + rm dest/usr/sbin/e2scrub_all oh-fixperms oh-strip oh-installfiles |