Skip to content

Commit

Permalink
fix(Systemd Extension): use EXTENSION_RELOAD_MANAGER=1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Sep 1, 2024
1 parent 8ffcf6b commit e7f1217
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ dist/$(NAME).raw: dist/$(NAME).tar.gz $(CACHE_DIR)/libiio $(CACHE_DIR)/libserial
cd $(CACHE_DIR) && tar xvfz $(NAME).tar.gz $(NAME)/usr
mkdir -p $(CACHE_DIR)/$(NAME)/usr/lib/extension-release.d
echo ID=$(SYSEXT_ID) > $(CACHE_DIR)/$(NAME)/usr/lib/extension-release.d/extension-release.$(NAME)
echo EXTENSION_RELOAD_MANAGER=1 >> $(CACHE_DIR)/$(NAME)/usr/lib/extension-release.d/extension-release.$(NAME)
if [ -n "$(SYSEXT_VERSION_ID)" ]; then echo VERSION_ID=$(SYSEXT_VERSION_ID) >> $(CACHE_DIR)/$(NAME)/usr/lib/extension-release.d/extension-release.$(NAME); fi

# Install libserialport in the extension for libiio compatibility in SteamOS
Expand Down

0 comments on commit e7f1217

Please sign in to comment.