File: rules

package info (click to toggle)
asahi-scripts 20250713-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 316 kB
  • sloc: sh: 860; makefile: 117
file content (12 lines) | stat: -rwxr-xr-x 260 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

DESTDIR=debian/asahi-scripts

%:
	dh $@

override_dh_auto_install:
	$(MAKE) install-debian DESTDIR=$(DESTDIR)
	chmod 644 $(DESTDIR)/usr/lib/systemd/system/* $(DESTDIR)/usr/lib/udev/rules.d/*