Skip to content

Commit 1ea2d33

Browse files
committed
PSP: fixed destination filename
1 parent b23ef6b commit 1ea2d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSP/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ distrib: all
7373
@cp "bin/psp.cfg" "$(DIST_PREFIX)/psp.cfg"
7474
@cp "README.md" "$(DIST_PREFIX)/readme.txt"
7575
@cp "../License.txt" "$(DIST_PREFIX)/License.txt"
76-
@cp "../Copyright.txt" "$(DIST_PREFIX)/License.txt"
76+
@cp "../Copyright.txt" "$(DIST_PREFIX)/Copyright.txt"
7777
@$(MAKE) -C "../Plugins" -f Makefile.psp distrib
7878

7979
clean: cleankernelprx cleanexceptionprx cleanlaunchereboot cleanengineprx cleanallplugins

0 commit comments

Comments
 (0)