File: rules

package info (click to toggle)
grub-installer 1.140%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,900 kB
  • ctags: 45
  • sloc: sh: 1,460; ansic: 128; makefile: 15
file content (11 lines) | stat: -rwxr-xr-x 194 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#! /usr/bin/make -f

DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)

%:
	dh $@

ifeq ($(DEB_HOST_ARCH),mipsel)
override_dh_gencontrol:
	dh_gencontrol -- -Vsubarch=loongson-2f
endif