Updated .gitignore, fixed zenpower.conf location in debian/rules

This commit is contained in:
crt0mega 2020-01-27 16:45:58 +01:00
parent 546a5127cf
commit dba5284581
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,5 +5,6 @@ debian/*.debhelper
debian/*.substvars debian/*.substvars
debian/debhelper-build-stamp debian/debhelper-build-stamp
debian/zenpower-dkms debian/zenpower-dkms
debian/zenpower-dkms*
debian/files debian/files

2
debian/rules vendored
View File

@ -25,7 +25,7 @@ VERSION=$(shell dpkg-parsechangelog |grep ^Version:|cut -d ' ' -f 2)
override_dh_install: override_dh_install:
dh_install src/Makefile src/zenpower.c usr/src/zenpower-$(VERSION)/ dh_install src/Makefile src/zenpower.c usr/src/zenpower-$(VERSION)/
dh_install zenpower.conf usr/lib/modules-load.d/ dh_install zenpower.conf etc/modprobe.d/
override_dh_dkms: override_dh_dkms:
dh_dkms -V $(VERSION) dh_dkms -V $(VERSION)