Skip to content

Commit

Permalink
fix 7zip
Browse files Browse the repository at this point in the history
- install tools with executable flag
  • Loading branch information
hgy59 committed Jan 13, 2025
1 parent f29708e commit fbbc933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cross/7za/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ endif
7z_install:
@$(MSG) Install target file
@install -d -m 755 $(STAGING_INSTALL_PREFIX)/bin
@install -m 644 $(WORK_DIR)/$(PKG_DIR)/_o/7za $(STAGING_INSTALL_PREFIX)/bin
@install -m 755 $(WORK_DIR)/$(PKG_DIR)/_o/7za $(STAGING_INSTALL_PREFIX)/bin
2 changes: 1 addition & 1 deletion cross/7zz/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ endif
7z_install:
@$(MSG) Install target file
@install -d -m 755 $(STAGING_INSTALL_PREFIX)/bin
@install -m 644 $(WORK_DIR)/$(PKG_DIR)/_o/7zz $(STAGING_INSTALL_PREFIX)/bin
@install -m 755 $(WORK_DIR)/$(PKG_DIR)/_o/7zz $(STAGING_INSTALL_PREFIX)/bin

0 comments on commit fbbc933

Please sign in to comment.