forked from EvergreenCrypto/docker-finance
client: Dockerfiles: remote: root: add PACKAGER to makepkg
When querying with pacman, provides clearer information instead of "Unknown Packager".
This commit is contained in:
@@ -78,6 +78,6 @@ RUN sed -i -e '/^ qt6-webengine$/d' PKGBUILD
|
|||||||
# Do not build root debug package
|
# Do not build root debug package
|
||||||
RUN sed -i "s/options=(\!lto)$/options=('\!debug' '\!lto')/" PKGBUILD
|
RUN sed -i "s/options=(\!lto)$/options=('\!debug' '\!lto')/" PKGBUILD
|
||||||
|
|
||||||
RUN makepkg -sci --noconfirm
|
RUN PACKAGER="https://gitea.com/EvergreenCrypto/docker-finance" makepkg -sci --noconfirm
|
||||||
|
|
||||||
# vim: sw=2 sts=2 si ai et
|
# vim: sw=2 sts=2 si ai et
|
||||||
|
|||||||
Reference in New Issue
Block a user