File: rules

package info (click to toggle)
vpnc-scripts 0.1~git20190117-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 144 kB
  • sloc: sh: 950; ansic: 24; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 291 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

SCRIPTS = vpnc-script vpnc-script-sshd

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	mkdir -p debian/vpnc-scripts/usr/share/vpnc-scripts
	cp $(SCRIPTS) debian/vpnc-scripts/usr/share/vpnc-scripts
	chmod +x debian/vpnc-scripts/usr/share/vpnc-scripts/vpnc-script*