]> git.proxmox.com Git - pve-manager.git/blame - configs/Makefile
Remove typo from vzdump.conf
[pve-manager.git] / configs / Makefile
CommitLineData
0d820693
TL
1include ../defines.mk
2
1b9008bf 3all: country.dat
0d820693
TL
4
5country.dat: country.pl
6 ./country.pl > country.dat
7
8.PHONY: install
9install: country.dat vzdump.conf pve-apt.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-apt.conf ${DESTDIR}/etc/apt/apt.conf.d/75pveconf
12 install -D -m 0644 pve-sources.list ${DESTDIR}/etc/apt/sources.list.d/pve-enterprise.list
13 install -D -m 0644 pve-blacklist.conf ${DESTDIR}/etc/modprobe.d/pve-blacklist.conf
14 install -D -m 0644 vzdump.conf ${DESTDIR}/etc/vzdump.conf
15 install -D -m 0644 pve-initramfs.conf ${DESTDIR}/etc/initramfs-tools/conf.d/pve-initramfs.conf
16 install -D -m 0644 country.dat ${DESTDIR}/usr/share/${PACKAGE}/country.dat
17
18clean:
19 rm -f country.dat