Skip to content

Commit 0a1b4e7

Browse files
committed
Allow use with dahdi-complete package
Due to the way dahdi-complete extracts the dkms-helper script fails to execute. Added mkdir for expected directory structure, before copy of content.
1 parent d5f13c5 commit 0a1b4e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_tools/dkms-helper

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ add() {
6565
if [ -d .git ]; then
6666
${GIT} checkout-index -a --prefix=/usr/src/dahdi-linux-${VERSION}/
6767
else
68+
mkdir -p /usr/src/dahdi-linux-${VERSION}
6869
cp -f -r * /usr/src/dahdi-linux-${VERSION}/
6970
fi
7071
fi

0 commit comments

Comments
 (0)