summaryrefslogtreecommitdiff
path: root/setup_dahdi-tools
blob: aad713fc127f99098dafbfd180043f1a2ee48f76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh

# Extra setup after cloning the DAHDI-tools repository.
# Assumes you also cloned asterisk-tools to a near-by directory.
# 'AUTHORS' is generated by './gen_authors >AUTHORS'

# Extra setup to run
TOOLS_DIR=`dirname $0`

# Just in case you'll use git-svn here as well:
ln -s $TOOLS_DIR/AUTHORS .
git config --add svn.authorsfile AUTHORS

ln -s $TOOLS_DIR/libpri_gitignore .gitignore

# A really-dummy menuselect
mkdir menuselect
cp ../asterisk-tools/menuselect/Makefile menuselect
ln -s /bin/true menuselect/menuselect