]> git.proxmox.com Git - pmg-api.git/blobdiff - Makefile
remove unique constraint from LocalStat(Time)
[pmg-api.git] / Makefile
index afe8b638c935c8e02d03d746286917264484cfb9..fb7ed5d8b056f900b230e9590f960bb06ccb6435 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGE=pmg-api
 PKGVER=5.0
-PKGREL=40
+PKGREL=57
 
 # this requires package pmg-doc-generator
 export NOVIEW=1
@@ -150,7 +150,7 @@ LIBSOURCES =                                \
        PMG/API2/Action.pm              \
        PMG/API2.pm
 
-SOURCES = ${LIBSOURCES} ${CLI_BINARIES} ${TEMPLATES_FILES} ${CONF_MANS} ${CLI_MANS} ${SERVICE_MANS} ${SERVICE_UNITS} ${TIMER_UNITS} pmg-sources.list pmg-apt.conf
+SOURCES = ${LIBSOURCES} ${CLI_BINARIES} ${TEMPLATES_FILES} ${CONF_MANS} ${CLI_MANS} ${SERVICE_MANS} ${SERVICE_UNITS} ${TIMER_UNITS} pmg-sources.list pmg-apt.conf pmg-initramfs.conf
 
 all: ${SOURCES}
 
@@ -200,6 +200,7 @@ install: ${SOURCES} $(addsuffix .service-bash-completion, ${SERVICES}) $(addsuff
        for i in ${CRONSCRIPTS}; do install -D -m 0755 bin/$$i ${DESTDIR}/usr/lib/pmg/bin/$$i; done
        install -d -m 0755 ${DESTDIR}/lib/systemd/system
        for i in ${TIMER_UNITS}; do install -m 0644 $$i ${DESTDIR}/lib/systemd/system/; done
+       install -D -m 0644 pmg-initramfs.conf ${DESTDIR}/etc/initramfs-tools/conf.d/pmg-initramfs.conf
 
 .PHONY: upload
 upload: ${DEB}