From 51af1e6f26fa8078451b28ae8540cb37ade854a3 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Thu, 24 Sep 2020 17:25:11 +0200 Subject: [PATCH] adapt import paths in the makefiles Signed-off-by: David Christofas --- accounts/Makefile | 4 ++-- glauth/Makefile | 4 ++-- konnectd/Makefile | 4 ++-- ocis-phoenix/Makefile | 2 +- ocis-pkg/Makefile | 2 +- ocis-reva/Makefile | 2 +- ocis/Makefile | 2 +- ocs/Makefile | 4 ++-- proxy/Makefile | 4 ++-- settings/Makefile | 4 ++-- store/Makefile | 4 ++-- thumbnails/Makefile | 4 ++-- webdav/Makefile | 4 ++-- 13 files changed, 22 insertions(+), 22 deletions(-) diff --git a/accounts/Makefile b/accounts/Makefile index c4250c320..8cd18f0ba 100644 --- a/accounts/Makefile +++ b/accounts/Makefile @@ -1,6 +1,6 @@ SHELL := bash -NAME := ocis-accounts -IMPORT := github.com/owncloud/$(NAME) +NAME := accounts +IMPORT := github.com/owncloud/ocis/$(NAME) BIN := bin DIST := dist HUGO := hugo diff --git a/glauth/Makefile b/glauth/Makefile index 99964e4e1..3205d14dc 100644 --- a/glauth/Makefile +++ b/glauth/Makefile @@ -1,6 +1,6 @@ SHELL := bash -NAME := ocis-glauth -IMPORT := github.com/owncloud/$(NAME) +NAME := glauth +IMPORT := github.com/owncloud/ocis/$(NAME) BIN := bin DIST := dist HUGO := hugo diff --git a/konnectd/Makefile b/konnectd/Makefile index bf2ce4578..010a8e093 100644 --- a/konnectd/Makefile +++ b/konnectd/Makefile @@ -1,6 +1,6 @@ SHELL := bash -NAME := ocis-konnectd -IMPORT := github.com/owncloud/$(NAME) +NAME := konnectd +IMPORT := github.com/owncloud/ocis/$(NAME) BIN := bin DIST := dist HUGO := hugo diff --git a/ocis-phoenix/Makefile b/ocis-phoenix/Makefile index 81726f99c..ae41d42a8 100644 --- a/ocis-phoenix/Makefile +++ b/ocis-phoenix/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := ocis-phoenix -IMPORT := github.com/owncloud/$(NAME) +IMPORT := github.com/owncloud/ocis/$(NAME) BIN := bin DIST := dist HUGO := hugo diff --git a/ocis-pkg/Makefile b/ocis-pkg/Makefile index 7d3e08ef7..71462a75e 100644 --- a/ocis-pkg/Makefile +++ b/ocis-pkg/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := ocis-pkg -IMPORT := github.com/owncloud/$(NAME) +IMPORT := github.com/owncloud/ocis/$(NAME) BIN := bin DIST := dist diff --git a/ocis-reva/Makefile b/ocis-reva/Makefile index 3f90d955f..f252c25da 100644 --- a/ocis-reva/Makefile +++ b/ocis-reva/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := ocis-reva -IMPORT := github.com/owncloud/$(NAME) +IMPORT := github.com/owncloud/ocis/$(NAME) BIN := bin DIST := dist HUGO := hugo diff --git a/ocis/Makefile b/ocis/Makefile index de7160736..fd363bec7 100644 --- a/ocis/Makefile +++ b/ocis/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := ocis -IMPORT := github.com/owncloud/$(NAME) +IMPORT := github.com/owncloud/ocis/$(NAME) BIN := bin DIST := dist HUGO := hugo diff --git a/ocs/Makefile b/ocs/Makefile index e950662b7..0836377eb 100644 --- a/ocs/Makefile +++ b/ocs/Makefile @@ -1,6 +1,6 @@ SHELL := bash -NAME := ocis-ocs -IMPORT := github.com/owncloud/$(NAME) +NAME := ocs +IMPORT := github.com/owncloud/ocis/$(NAME) BIN := bin DIST := dist HUGO := hugo diff --git a/proxy/Makefile b/proxy/Makefile index 9c699b898..c6a4c54e2 100644 --- a/proxy/Makefile +++ b/proxy/Makefile @@ -1,6 +1,6 @@ SHELL := bash -NAME := ocis-proxy -IMPORT := github.com/owncloud/$(NAME) +NAME := proxy +IMPORT := github.com/owncloud/ocis/$(NAME) BIN := bin DIST := dist HUGO := hugo diff --git a/settings/Makefile b/settings/Makefile index 820504c75..736f6b1c1 100644 --- a/settings/Makefile +++ b/settings/Makefile @@ -1,6 +1,6 @@ SHELL := bash -NAME := ocis-settings -IMPORT := github.com/owncloud/$(NAME) +NAME := settings +IMPORT := github.com/owncloud/ocis/$(NAME) BIN := bin DIST := dist HUGO := hugo diff --git a/store/Makefile b/store/Makefile index c933dd3b1..cad8a5e76 100644 --- a/store/Makefile +++ b/store/Makefile @@ -1,6 +1,6 @@ SHELL := bash -NAME := ocis-store -IMPORT := github.com/owncloud/$(NAME) +NAME := store +IMPORT := github.com/owncloud/ocis/$(NAME) BIN := bin DIST := dist HUGO := hugo diff --git a/thumbnails/Makefile b/thumbnails/Makefile index 10babead3..2a74d01f4 100644 --- a/thumbnails/Makefile +++ b/thumbnails/Makefile @@ -1,6 +1,6 @@ SHELL := bash -NAME := ocis-thumbnails -IMPORT := github.com/owncloud/$(NAME) +NAME := thumbnails +IMPORT := github.com/owncloud/ocis/$(NAME) BIN := bin DIST := dist HUGO := hugo diff --git a/webdav/Makefile b/webdav/Makefile index 54ce477ce..8a7bf4ab6 100644 --- a/webdav/Makefile +++ b/webdav/Makefile @@ -1,6 +1,6 @@ SHELL := bash -NAME := ocis-webdav -IMPORT := github.com/owncloud/$(NAME) +NAME := webdav +IMPORT := github.com/owncloud/ocis/$(NAME) BIN := bin DIST := dist