Skip to content

Commit

Permalink
Rempove duplicate config
Browse files Browse the repository at this point in the history
  • Loading branch information
mekanix committed Dec 17, 2017
1 parent acba6af commit cf2cc44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ MAKEFILES = ansible.mk \
project.mk \
service.mk
SCRIPTS = init.sh \
register.sh \
default.conf
register.sh
MAN_FILES = reggae.1 \
reggae-ansible.1 \
reggae-init.1 \
Expand All @@ -49,6 +48,7 @@ compress_man:
install: install_bin install_templates install_makefiles install_scripts install_man install_profile
install -d ${DESTDIR}${PREFIX}/etc
install -m 0644 reggae.conf.sample ${DESTDIR}${PREFIX}/etc
install -m 0644 reggae.conf.sample ${DESTDIR}${PREFIX}${SCRIPTS_DIR}/default.conf

install_bin:
install -d ${DESTDIR}${PREFIX}${BIN}
Expand Down Expand Up @@ -89,5 +89,5 @@ install_man:
.endfor

install_profile:
install -d ${DESTDIR}${PREFIX}/${CBSD_PROFILE_DIR}
install -d ${DESTDIR}${PREFIX}${CBSD_PROFILE_DIR}
cp -r cbsd-profile/* ${DESTDIR}${PREFIX}${CBSD_PROFILE_DIR}/
10 changes: 0 additions & 10 deletions scripts/default.conf

This file was deleted.

0 comments on commit cf2cc44

Please sign in to comment.