mirror of
https://github.com/Jamesits/pve-fake-subscription
synced 2025-12-17 15:57:56 -05:00
16 lines
336 B
Makefile
Executable File
16 lines
336 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
# output every command that modifies files on the build system.
|
|
#export DH_VERBOSE = 1
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_install:
|
|
dh_install
|
|
|
|
chmod 0755 usr/bin/fake-proxmox-subscription
|
|
chmod 0644 usr/lib/systemd/system/fake-proxmox-subscription.service
|
|
chmod 0644 usr/lib/systemd/system/fake-proxmox-subscription.timer
|
|
|