Skip to content

Commit

Permalink
Merge pull request REG-Linux#651 from cjom/reglinux.x86_64
Browse files Browse the repository at this point in the history
Fix copying amd-check init.d script
  • Loading branch information
rtissera authored Oct 2, 2024
2 parents 420f628 + ca2ccb9 commit ee0d598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/gpu/batocera-amd/batocera-amd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ BATOCERA_AMD_VERSION = 1.0
BATOCERA_AMD_SOURCE =

define BATOCERA_AMD_INSTALL_TARGET_CMDS
install -m 0755 $(BR2_EXTERNAL_BATOCERA_PATH)/package/gpu/batocera-amd/S05amd-check \
$(TARGET_DIR)/etc/init.d/S05amd-check
install -m 0755 $(BR2_EXTERNAL_BATOCERA_PATH)/package/gpu/batocera-amd/S001amd-check \
$(TARGET_DIR)/etc/init.d/
# List
mkdir -p $(TARGET_DIR)/usr/share/amd
install -m 0644 $(BR2_EXTERNAL_BATOCERA_PATH)/package/gpu/batocera-amd/islands.list \
Expand Down

0 comments on commit ee0d598

Please sign in to comment.