mirror of
https://git.proxmox.com/git/pve-jslint
synced 2025-04-28 14:13:39 +00:00
followup: commit src Makefile
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f1626066e2
commit
db222213ce
12
src/Makefile
Normal file
12
src/Makefile
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
DESTDIR=
|
||||||
|
PACKAGE ?= pve-jslint
|
||||||
|
|
||||||
|
rhinoed_jslint.js: jslint.js rhino.js
|
||||||
|
cat jslint.js rhino.js >$@.tmp
|
||||||
|
mv $@.tmp $@
|
||||||
|
|
||||||
|
install: rhinoed_jslint.js jslint
|
||||||
|
install -d -m 0755 ${DESTDIR}/usr/share/${PACKAGE}
|
||||||
|
install -m 0644 rhinoed_jslint.js ${DESTDIR}/usr/share/${PACKAGE}/rhinoed_jslint.js
|
||||||
|
install -d -m 0755 ${DESTDIR}/usr/bin
|
||||||
|
install -m 0755 jslint ${DESTDIR}/usr/bin
|
Loading…
Reference in New Issue
Block a user