Files
bes2600-dkms/debian/rules
T

13 lines
274 B
Makefile
Executable File

#!/usr/bin/make -f
PACKAGE_NAME=$(shell grep PACKAGE_NAME= dkms.conf | cut -d= -f2 | cut -d\" -f2)
PACKAGE_VERSION=$(shell grep PACKAGE_VERSION= dkms.conf | cut -d= -f2 | cut -d\" -f2)
export PACKAGE_NAME PACKAGE_VERSION
%:
dh $@
override_dh_auto_build:
dh_auto_build