File: rules

package info (click to toggle)
node-daemon 1.1.0-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 100 kB
  • sloc: javascript: 106; makefile: 8
file content (16 lines) | stat: -rwxr-xr-x 339 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

override_dh_install:
	dh_install
	mkdir -p $(CURDIR)/debian/node-daemon/usr/share/nodejs/
	mv $(CURDIR)/debian/node-daemon/usr/lib/nodejs/daemon \
		$(CURDIR)/debian/node-daemon/usr/share/nodejs/

%:
	dh $@

.PHONY: override_dh_install