]> git.proxmox.com Git - pve-jslint.git/commit
Add missing ${DESTDIR} to include the jslint script in the debian package.
authorEmmanuel Kasper <e.kasper@proxmox.com>
Thu, 9 Apr 2015 12:51:24 +0000 (14:51 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 10 Apr 2015 05:05:54 +0000 (07:05 +0200)
commit3949f34e2ffd6655d7e1dfe187aadf16b2dc0d9b
treeaa69219fbd047ced14e35e12590747b76d551066
parent0fe26c625757fd8a45790249663442ddca1c2c1d
Add missing ${DESTDIR} to include the jslint script in the debian package.

Our Makefile was missing the DESTDIR path variable, so /usr/bin/jslint was copied directly from our source dir,
instead of going through the debian packaging step.

Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
Makefile