File: rules

package info (click to toggle)
asahi-scripts 20250130-3%2Bdeb13u2
  • links: PTS, VCS
  • area: main
  • in suites: trixie-proposed-updates
  • size: 356 kB
  • sloc: sh: 828; makefile: 103
file content (12 lines) | stat: -rwxr-xr-x 260 bytes parent folder | download | duplicates (4)
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/*