Skip to content

Commit 7d16fb3

Browse files
committed
Rename bin/install to support/make_necessary_dirs
1 parent cd6941c commit 7d16fb3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,8 @@ ${GOLANGCI_LINT_FILE}:
9696

9797
setup: make_necessary_dirs bin/gitlab-shell
9898

99-
make_necessary_dirs: _script_install
100-
_script_install:
101-
bin/install
99+
make_necessary_dirs:
100+
support/make_necessary_dirs
102101

103102
compile: bin/gitlab-shell bin/gitlab-sshd
104103

bin/install renamed to support/make_necessary_dirs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env ruby
22

33
# Load ROOT_PATH and access the minimum necessary config file
4-
require_relative '../support/gitlab_config'
4+
require_relative 'gitlab_config'
55

66
config = GitlabConfig.new
77
key_dir = File.dirname("#{config.auth_file}")

0 commit comments

Comments
 (0)