We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f13c5 commit 0a1b4e7Copy full SHA for 0a1b4e7
build_tools/dkms-helper
@@ -65,6 +65,7 @@ add() {
65
if [ -d .git ]; then
66
${GIT} checkout-index -a --prefix=/usr/src/dahdi-linux-${VERSION}/
67
else
68
+ mkdir -p /usr/src/dahdi-linux-${VERSION}
69
cp -f -r * /usr/src/dahdi-linux-${VERSION}/
70
fi
71
0 commit comments