Provide <prefix>/share/xbps/repo.d/main.conf - main void repository.
This commit is contained in:
parent
23fef46e9e
commit
a5bc51b41f
@ -15,10 +15,13 @@ install:
|
|||||||
install -m644 $(PCFILE) $(DESTDIR)$(PKGCONFIGDIR)
|
install -m644 $(PCFILE) $(DESTDIR)$(PKGCONFIGDIR)
|
||||||
install -d $(DESTDIR)/$(DBDIR)/keys
|
install -d $(DESTDIR)/$(DBDIR)/keys
|
||||||
install -m644 *.plist $(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
|
.PHONY: uninstall
|
||||||
uninstall:
|
uninstall:
|
||||||
-rm -f $(DESTDIR)$(PKGCONFIGDIR)/$(PCFILE)
|
-rm -f $(DESTDIR)$(PKGCONFIGDIR)/$(PCFILE)
|
||||||
|
-rm -f $(DESTDIR)$(PREFIX)/share/xbps/repo.d/main.conf
|
||||||
|
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
1
data/repod-main.conf
Normal file
1
data/repod-main.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
repository=http://repo.voidlinux.eu/current
|
Loading…
Reference in New Issue
Block a user