adapt import paths in the makefiles

Signed-off-by: David Christofas <dchristofas@owncloud.com>
This commit is contained in:
David Christofas
2020-09-24 17:25:11 +02:00
parent 3389c48990
commit 51af1e6f26
13 changed files with 22 additions and 22 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -1,6 +1,6 @@
SHELL := bash
NAME := ocis-pkg
IMPORT := github.com/owncloud/$(NAME)
IMPORT := github.com/owncloud/ocis/$(NAME)
BIN := bin
DIST := dist

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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