~ritho/rweb

38c9a7d86b9d7b5a894c36cc6d683915bd15c939 — Ritho 11 months ago 53fb590 v1.0.6
Update the debian dependencies in the Makefile.

Signed-off-by: Ritho <palvarez@ritho.net>
1 files changed, 1 insertions(+), 1 deletions(-)

M Makefile
M Makefile => Makefile +1 -1
@@ 78,7 78,7 @@ install:
deb-dependencies:
	@sudo apt-get install -y debian-archive-keyring build-essential autoconf autotools-dev git-buildpackage dh-make dh-golang golang-go
	@if [ ! -f /usr/bin/go ]; then \
		ln -s /usr/lib/go-1.20/bin/go /usr/bin/go ; \
		ln -s /usr/lib/go-1.21.15/bin/go /usr/bin/go ; \
	fi
	@if [ ! -f /var/cache/pbuilder/base.cow ]; then \
		DIST=testing git-pbuilder create --mirror=http://ftp.es.debian.org/debian ; \