$(INSTALL) -D --mode=0644 doc/README.simplaret.pt_BR $(DESTDIR)/$(PREFIX)/doc/$(PACKAGE)-$(VERSION)/README.simplaret.pt_BR
install_config:
- $(INSTALL) -D --mode=0644 conf/$(PACKAGE).conf $(DESTDIR)/etc/$(PACKAGE)/default/$(PACKAGE).conf
- $(INSTALL) -D --mode=0644 conf/repos.conf $(DESTDIR)/etc/$(PACKAGE)/default/repos.conf
+ $(INSTALL) -D --mode=0644 conf/$(PACKAGE).conf $(DESTDIR)/etc/$(PACKAGE)/defaults/$(PACKAGE).conf
+ $(INSTALL) -D --mode=0644 conf/repos.conf $(DESTDIR)/etc/$(PACKAGE)/defaults/repos.conf
@mkdir -p $(DESTDIR)/etc/$(PACKAGE)/defaults/mkbuild/
@cp mkbuild/* $(DESTDIR)/etc/$(PACKAGE)/defaults/mkbuild/
BASE_CONF="/etc/simplepkg"
CONF="$BASE_CONF/simplepkg.conf"
-DEFAULT_CONF="$BASE_CONF/default/simplepkg.conf"
+DEFAULT_CONF="$BASE_CONF/defaults/simplepkg.conf"
JAIL_LIST="$BASE_CONF/jailist"
SIMPLARET="simplaret"
if [ -f "/etc/simplepkg/repos.conf" ]; then
REPOS_CONF="/etc/simplepkg/repos.conf"
else
- REPOS_CONF="/etc/simplepkg/default/repos.conf"
+ REPOS_CONF="/etc/simplepkg/defaults/repos.conf"
fi
function simplaret_usage {