Skip to content

Commit

Permalink
Patch for exec permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Dec 12, 2022
1 parent cae96ef commit 7afe686
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cross/sonarr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ sonarr_install:
rm -rf $(WORK_DIR)/$(PKG_DIR)/Sonarr.Update
mkdir -p $(STAGING_INSTALL_PREFIX)/share/$(PKG_DIR)/bin
tar -cf - -C $(WORK_DIR)/$(PKG_DIR) . | tar -xf - -C $(STAGING_INSTALL_PREFIX)/share/$(PKG_DIR)/bin
chmod +x $(STAGING_INSTALL_PREFIX)/share/$(PKG_DIR)/bin/Sonarr
chmod +x $(STAGING_INSTALL_PREFIX)/share/$(PKG_DIR)/bin/ffprobe
2 changes: 1 addition & 1 deletion spk/sonarr/src/config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Config>
<Branch>main</Branch>
<Branch>widowmaker</Branch>
<LaunchBrowser>False</LaunchBrowser>
<UpdateAutomatically>True</UpdateAutomatically>
<UpdateMechanism>BuiltIn</UpdateMechanism>
Expand Down

0 comments on commit 7afe686

Please sign in to comment.