From a5bc51b41f2adace0708515a3e9724e81ac710c5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 30 May 2014 11:54:12 +0200 Subject: [PATCH] Provide /share/xbps/repo.d/main.conf - main void repository. --- data/Makefile | 3 +++ data/repod-main.conf | 1 + 2 files changed, 4 insertions(+) create mode 100644 data/repod-main.conf 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