Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
Fix Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
torralbaa committed Sep 2, 2020
1 parent 7e7e655 commit b5cec59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ pack:
mkdir -p ./deb/usr/lib/python3/dist-packages/
cp ./src/mcpil.py ./deb/usr/bin/mcpil
cp ./src/mcpim.py ./deb/usr/lib/python3/dist-packages/
chmod a+x ./deb/usr/bin/mcpil
chmod a+x ./deb/usr/bin/mcpim
rm -f ./deb/usr/bin/mcpim
ln -s /usr/lib/python3/dist-packages/mcpim.py ./deb/usr/bin/mcpim
chmod a+x ./deb/usr/bin/mcpil
chmod a+x ./deb/usr/bin/mcpim
@echo "Package: mcpil" > ./deb/DEBIAN/control
@echo "Version: 0.6.0" >> ./deb/DEBIAN/control
@echo "Priority: optional" >> ./deb/DEBIAN/control
Expand Down

0 comments on commit b5cec59

Please sign in to comment.