X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=src%2FMakefile;h=13de6c605380566724e7bb23a09df37736f5038f;hp=5c85c8830f660e216a9fb2bea0d62d30e316e5b4;hb=HEAD;hpb=e0a74f99505f407df54d8a219908a9b6811457b9 diff --git a/src/Makefile b/src/Makefile index 5c85c88..2d8bdc4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -19,6 +19,7 @@ LIB_SOURCES = \ Format.pm \ INotify.pm \ JSONSchema.pm \ + Job/Registry.pm \ LDAP.pm \ Network.pm \ OTP.pm \ @@ -37,9 +38,9 @@ LIB_SOURCES = \ all: -.PHONY: install -install: +install: $(addprefix PVE/,${LIB_SOURCES}) install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE + install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE/Job for i in ${LIB_SOURCES}; do install -D -m 0644 PVE/$$i ${DESTDIR}${PERLDIR}/PVE/$$i; done