mirror of
https://github.com/yuzu-emu/AppImageKit-checkrt.git
synced 2024-12-22 19:25:39 +00:00
Fix path to AppRun.c in Makefile
This commit is contained in:
parent
3c85647826
commit
ac29d2960d
2
Makefile
2
Makefile
|
@ -38,6 +38,6 @@ AppRun_patched.c: AppRun.c
|
|||
patch -p1 --output $@ < AppRun.c.patch
|
||||
|
||||
AppRun.c:
|
||||
wget -c "https://raw.githubusercontent.com/AppImage/AppImageKit/appimagetool/master/src/AppRun.c"
|
||||
wget -c "https://raw.githubusercontent.com/AppImage/AppImageKit/master/src/AppRun.c"
|
||||
|
||||
.PHONY: checkrt test run_tests all clean
|
||||
|
|
Loading…
Reference in a new issue