Skip to content

Commit

Permalink
fix last compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninoh-FOX authored Dec 17, 2019
1 parent c6bed63 commit 5e5f898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/esoteric/esoteric.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ define ESOTERIC_INSTALL_ESOTERIC
echo "removing old directory"; \
rm -rf $(TARGET_DIR)/usr/share/esoteric ; \
fi ; \
cp -r dist/$(BR2_PACKAGE_ESOTERIC_PLATFORM)/esoteric $(TARGET_DIR)/usr/share/ ; \
cp -r dist/RG350/esoteric $(TARGET_DIR)/usr/share/ ; \
if [ -L $(TARGET_DIR)/usr/bin/esoteric ]; then \
echo "removing old link"; \
rm -rf $(TARGET_DIR)/usr/bin/esoteric ; \
Expand Down

0 comments on commit 5e5f898

Please sign in to comment.