From 241be1801bf95c81c8944514cf506409c19a16f3 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Wed, 27 Mar 2024 00:25:23 -0400 Subject: [PATCH] make: Update remote path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d42f846e..346e20b0 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ SRPM_BASE = $(PROGRAM)-$(VERSION)-$(RELEASE).src.rpm RPM = rpmbuild/RPMS/$(PROGRAM)-$(VERSION)-$(RELEASE).$(ARCH).rpm USERNAME := $(shell cat ~/.config/copr 2>/dev/null | grep username | awk -F '=' '{print $$2}' | tr -d ' ') SERVER = 'dl.fedoraproject.org' -REMOTE_PATH = 'pub/alt/$(USERNAME)/$(PROGRAM)' +REMOTE_PATH = '/srv/pub/alt/$(USERNAME)/$(PROGRAM)' ifneq ($(GOTAGS),) BUILD_FLAGS = -tags '$(GOTAGS)' endif