diff --git a/AppRun.c.patch b/AppRun.c.patch index 2cfb03a..5ce1230 100644 --- a/AppRun.c.patch +++ b/AppRun.c.patch @@ -21,7 +21,7 @@ + { + char errorStr[1035]; + fgets(errorStr, sizeof(errorStr), fp); -+ const char* searchStr = "*libstdc++*version `CXXABI_*' not found (required by"; ++ const char* searchStr = "*libstdc++*version `*' not found (required by"; + int searchStrI = 0; + int errorStrI = 0; + int lastWildcard = 0; diff --git a/Makefile b/Makefile index b66dc3d..6777c65 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