data: install main repo file as 00-main.conf, so that it's processed earlier.
This commit is contained in:
parent
7f4753f50e
commit
dfab6cc441
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user