diff options
| author | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2022-09-12 22:40:03 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2022-09-12 22:40:03 -0400 |
| commit | 04b385284a8559bde3df51bab950784a0fd28cfd (patch) | |
| tree | c0218597c8239f05de2ab94f3a25b9ca86a57f36 /Makefile | |
| parent | 7ae2929b5f0660cd07d2127c66d508ac62ad1aa7 (diff) | |
| download | sh-ves-04b385284a8559bde3df51bab950784a0fd28cfd.tar.gz | |
Updates/adjustments
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -22,9 +22,7 @@ install: - test -d $(DATA_DIR)/ves/envs || mkdir -p $(DATA_DIR)/ves/envs - test -d $(CONF_DIR)/ves || mkdir -p $(CONF_DIR)/ves - test -d $(BIN_DIR)/ves_scripts || mkdir -p $(BIN_DIR)/ves_scripts - cp ./ves.sh $(BIN_DIR)/ves - chmod u+x $(BIN_DIR)/ves - cp ./ves-*.sh $(BIN_DIR)/ves_scripts + cp ./*.sh $(BIN_DIR)/ves_scripts chmod u+x $(BIN_DIR)/ves_scripts/* |