Makefile REPODIR

This commit is contained in:
corey 2024-01-08 21:15:28 -06:00
parent d63371767d
commit 8b53a54c6f

View File

@ -4,5 +4,5 @@ REPODIR= /var/db/repos/local
manifest: install
cd $(REPODIR) && pkgdev manifest && pkgcheck scan
install:
-mkdir -p /var/db/repos/local
rsync -aP ./* /var/db/repos/local/
-mkdir -p $(REPODIR)
rsync -aP ./* $(REPODIR)