]> git.proxmox.com Git - pve-manager.git/blobdiff - aplinfo/Makefile
makefile: convert to use simple parenthesis
[pve-manager.git] / aplinfo / Makefile
index 9663274d61dedb193f579a83cae5f3442c4ce81b..23ab4ac0e8dfc143d035620de9a16e403915cd4c 100644 (file)
@@ -11,8 +11,8 @@ all:
 
 .PHONY: install
 install: aplinfo.dat trustedkeys.gpg
-       install -D -m 0644 aplinfo.dat ${DESTDIR}${DOCDIR}/aplinfo.dat
-       install -D -m 0644 trustedkeys.gpg ${DESTDIR}${DOCDIR}/trustedkeys.gpg
+       install -D -m 0644 aplinfo.dat $(DESTDIR)$(DOCDIR)/aplinfo.dat
+       install -D -m 0644 trustedkeys.gpg $(DESTDIR)$(DOCDIR)/trustedkeys.gpg
 
 .PHONY: update
 update:
@@ -20,7 +20,7 @@ update:
        wget http://download.proxmox.com/images/aplinfo-pve-7.dat -O aplinfo.dat.tmp
        mv aplinfo.dat.tmp aplinfo.dat
 
-trustedkeys.gpg: ${TRUSTED_KEYS}
+trustedkeys.gpg: $(TRUSTED_KEYS)
        sq keyring join -o $@.tmp *.pubkey proxmox-release-bookworm.gpg
        mv $@.tmp $@