add extension

This commit is contained in:
Bryson Steck 2025-06-27 18:29:41 -06:00
parent 0e91b2f913
commit 1097bc4fc7
Signed by: bryson
SSH key fingerprint: SHA256:XpKABw/nP4z8UVaH+weLaBnEOD86+cVwif+QjuYLGT4
2 changed files with 1 additions and 1 deletions

View file

@ -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

View file