diff --git a/Makefile b/Makefile index 8bba254..1f393f7 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ tar: tar --format=posix -cf ../$$tar $$basename && \ cd $$basename && \ # Patches for the JS frontend go after here \ - patch -p1 -i ../../0001-Add-source-code-reference.patch && \ + patch -p1 -i ../../add-source-code-reference && \ # End patches section \ yarn install --pure-lockfile && \ yarn run build && \ diff --git a/0001-Add-source-code-reference.patch b/add-source-code-reference similarity index 100% rename from 0001-Add-source-code-reference.patch rename to add-source-code-reference diff --git a/grafana.changes b/grafana.changes index 2999ad3..75516c7 100644 --- a/grafana.changes +++ b/grafana.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Tue Sep 21 07:27:09 UTC 2021 - Witek Bedyk +Fri Oct 8 12:28:15 UTC 2021 - Witek Bedyk -- Add patch 0001-Add-source-code-reference.patch +- Add patch add-source-code-reference * Add URL to package source code in the login page footer -------------------------------------------------------------------