|
|
@ -41,7 +41,7 @@ sed -i 's;^execute_before_dh_auto_install-indep:;execute_before_dh_auto_install-
|
|
|
|
\t# Create the directories to install the source into\
|
|
|
|
\t# Create the directories to install the source into\
|
|
|
|
\tdh_installdirs -p$(pdkms) usr/src/$(sname)-$(sversion)\
|
|
|
|
\tdh_installdirs -p$(pdkms) usr/src/$(sname)-$(sversion)\
|
|
|
|
\t# Copy only the driver source to the proper locations\
|
|
|
|
\t# Copy only the driver source to the proper locations\
|
|
|
|
\tcd kernel-module \&\& cp Makefile *.c *.h *.inc ../debian/$(pdkms)/usr/src/$(sname)-$(sversion)\
|
|
|
|
\tcd kernel-module \&\& cp Makefile *.c *.h *.inc gen-* ../debian/$(pdkms)/usr/src/$(sname)-$(sversion)\
|
|
|
|
\t# Prepare dkms.conf from the dkms.conf.in template\
|
|
|
|
\t# Prepare dkms.conf from the dkms.conf.in template\
|
|
|
|
\tsed "s/__VERSION__/$(sversion)/g" debian/dkms.conf.in > debian/$(pdkms)/usr/src/$(sname)-$(sversion)/dkms.conf\
|
|
|
|
\tsed "s/__VERSION__/$(sversion)/g" debian/dkms.conf.in > debian/$(pdkms)/usr/src/$(sname)-$(sversion)/dkms.conf\
|
|
|
|
;' "${DIST}"/rules
|
|
|
|
;' "${DIST}"/rules
|
|
|
|