From ac29d2960d91ecf628e97895cd2890efb564958c Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Thu, 7 May 2020 16:19:16 +0400 Subject: [PATCH] Fix path to AppRun.c in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cd8fe34..dab0cff 100644 --- a/Makefile +++ b/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