Skip to content

Commit 7db6f22

Browse files
author
zhangwt
committed
fix
1 parent e82a0c1 commit 7db6f22

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed
File renamed without changes.

build/packaging/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include common.mk
1+
include ../common.mk
22

33
APP_DIR:=$(realpath $(CURDIR)/..)
44

build/packaging/deb/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include ../common.mk
1+
include ../../common.mk
22

33
APP_DIR:=$(realpath $(CURDIR)/../../)
44
GITCOMMIT?=$(shell cd $(APP_DIR) && git rev-parse --short HEAD)

build/packaging/rpm/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include ../common.mk
1+
include ../../common.mk
22

33
APP_DIR:=$(realpath $(CURDIR)/../../)
44
STATIC_VERSION:=$(shell ../static/gen-static-ver $(APP_DIR) $(VERSION))

build/packaging/static/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include ../common.mk
1+
include ../../common.mk
22

33
APP_DIR:=$(realpath $(CURDIR)/../../)
44
CGO_ENABLED ?= 0

build/packaging/windows/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include ../common.mk
1+
include ../../common.mk
22

33
APP_DIR:=$(realpath $(CURDIR)/../../)
44
GO_BASE_IMAGE=golang

0 commit comments

Comments
 (0)