You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
561 B
16 lines
561 B
prefix = /usr/local |
|
|
|
install: |
|
mkdir -p $(DESTDIR)$(prefix)/sbin |
|
mkdir -p $(DESTDIR)$(prefix)/etc/proxmox-routing |
|
mkdir -p $(DESTDIR)/etc/systemd/system/ |
|
mkdir -p $(DESTDIR)/etc/logrotate.d/ |
|
|
|
cp creationRoutesVM.sh $(DESTDIR)$(prefix)/sbin/creationRoutesVM |
|
cp inotify-triggered-vm-route-creation.sh $(DESTDIR)$(prefix)/sbin/ |
|
cp send-icmp.py $(DESTDIR)$(prefix)/sbin/ |
|
|
|
cp creds.example $(DESTDIR)$(prefix)/etc/proxmox-routing/creds |
|
|
|
cp vm-route-creation.service $(DESTDIR)/etc/systemd/system/ |
|
cp vm-routes-creation.logrotate $(DESTDIR)/etc/logrotate.d/
|
|
|