Fix path to AppRun.c in Makefile

This commit is contained in:
Ilya Fedin 2020-05-07 16:19:16 +04:00
parent 3c85647826
commit ac29d2960d

View file

@ -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