Skip to content

Commit

Permalink
dkms: add gen_compat_def to dkms sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Fedorenko committed Oct 7, 2019
1 parent 603e265 commit d7c317f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-dkms.sh
Expand Up @@ -95,7 +95,7 @@ echo "! Installing $MVERSION into DKMS..."
rm -rf /usr/src/ipt-netflow-$MVERSION

mkdir -p /usr/src/ipt-netflow-$MVERSION
cp -p *.[ch] Make* READ* conf* irq* *.sh *.conf /usr/src/ipt-netflow-$MVERSION/
cp -p *.[ch] Make* READ* conf* gen* irq* *.sh *.conf /usr/src/ipt-netflow-$MVERSION/
if [ -d .git ]; then
cp -pr .git /usr/src/ipt-netflow-$MVERSION/
fi
Expand Down

0 comments on commit d7c317f

Please sign in to comment.