Skip to content

Commit

Permalink
Fix cp call
Browse files Browse the repository at this point in the history
  • Loading branch information
joyrider3774 committed May 10, 2022
1 parent 45a5d95 commit 94e7209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install: all

install -m 0755 $(EXE) $(GAMEDIR)
install -m 0644 $(DAT_DIR)/data/znax.desktop $(DESKTOPDIR)
yes | cp -rf $(DAT_DIR) $(GAMEDIR)
/usr/bin/cp -rf $(DAT_DIR) $(GAMEDIR)

uninstall:
$(RM) -rf $(GAMEDIR)
Expand Down

0 comments on commit 94e7209

Please sign in to comment.