add extension
This commit is contained in:
parent
0e91b2f913
commit
1097bc4fc7
2 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,6 +4,6 @@ all:
|
|||
|
||||
install:
|
||||
mkdir -p ${PREFIX}/bin
|
||||
cp -f listen ${PREFIX}/bin
|
||||
cp -f listen.pl ${PREFIX}/bin/listen
|
||||
chmod 755 ${PREFIX}/bin/listen
|
||||
|
||||
|
|
Reference in a new issue