diff --git a/data/Makefile b/data/Makefile index e07e9528..b40c363c 100644 --- a/data/Makefile +++ b/data/Makefile @@ -15,10 +15,13 @@ install: install -m644 $(PCFILE) $(DESTDIR)$(PKGCONFIGDIR) install -d $(DESTDIR)/$(DBDIR)/keys install -m644 *.plist $(DESTDIR)/$(DBDIR)/keys + install -d $(DESTDIR)/$(PREFIX)/share/xbps/repo.d + install -m644 repod-main.conf $(DESTDIR)/$(PREFIX)/share/xbps/repo.d/main.conf .PHONY: uninstall uninstall: -rm -f $(DESTDIR)$(PKGCONFIGDIR)/$(PCFILE) + -rm -f $(DESTDIR)$(PREFIX)/share/xbps/repo.d/main.conf .PHONY: clean diff --git a/data/repod-main.conf b/data/repod-main.conf new file mode 100644 index 00000000..5138421f --- /dev/null +++ b/data/repod-main.conf @@ -0,0 +1 @@ +repository=http://repo.voidlinux.eu/current