]> git.proxmox.com Git - pve-container.git/blame - src/PVE/LXC/Setup/Makefile
close #1668: add Devuan support
[pve-container.git] / src / PVE / LXC / Setup / Makefile
CommitLineData
151c5b73 1SOURCES=Base.pm Debian.pm Ubuntu.pm CentOS.pm Fedora.pm SUSE.pm ArchLinux.pm Alpine.pm Gentoo.pm Devuan.pm
1c7f4f65
DM
2
3.PHONY: install
4install:
7af97ad5
DM
5 install -d -m 0755 ${PERLDIR}/PVE/LXC/Setup
6 for i in ${SOURCES}; do install -D -m 0644 $$i ${PERLDIR}/PVE/LXC/Setup/$$i; done