From dfab6cc441d37e20c50e3fced4518ad8ad9237d5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 4 Jun 2014 08:06:46 +0200 Subject: [PATCH] data: install main repo file as 00-main.conf, so that it's processed earlier. --- data/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Makefile b/data/Makefile index b40c363c..a18d6201 100644 --- a/data/Makefile +++ b/data/Makefile @@ -16,7 +16,7 @@ install: 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 + install -m644 repod-main.conf $(DESTDIR)/$(PREFIX)/share/xbps/repo.d/00-main.conf .PHONY: uninstall uninstall: