]> git.proxmox.com Git - pve-manager.git/blob - configs/Makefile
pve7to8: Fix Fedora 38 systemd unified cgroupv2 check
[pve-manager.git] / configs / Makefile
1 include ../defines.mk
2
3 all: country.dat
4
5 country.dat: country.pl
6 ./country.pl > country.dat
7
8 .PHONY: install
9 install: country.dat vzdump.conf pve-sources.list pve-initramfs.conf pve-blacklist.conf pve.logrotate
10 install -D -m 0644 pve.logrotate $(DESTDIR)/etc/logrotate.d/pve
11 install -D -m 0644 pve-sources.list $(DESTDIR)/etc/apt/sources.list.d/pve-enterprise.list
12 install -D -m 0644 pve-blacklist.conf $(DESTDIR)/etc/modprobe.d/pve-blacklist.conf
13 install -D -m 0644 vzdump.conf $(DESTDIR)/etc/vzdump.conf
14 install -D -m 0644 pve-initramfs.conf $(DESTDIR)/etc/initramfs-tools/conf.d/pve-initramfs.conf
15 install -D -m 0644 country.dat $(DESTDIR)/usr/share/$(PACKAGE)/country.dat
16
17 clean:
18 rm -f country.dat