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

Commit b5cec59

Browse files
committed
Fix Makefile.
1 parent 7e7e655 commit b5cec59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ pack:
2525
mkdir -p ./deb/usr/lib/python3/dist-packages/
2626
cp ./src/mcpil.py ./deb/usr/bin/mcpil
2727
cp ./src/mcpim.py ./deb/usr/lib/python3/dist-packages/
28-
chmod a+x ./deb/usr/bin/mcpil
29-
chmod a+x ./deb/usr/bin/mcpim
3028
rm -f ./deb/usr/bin/mcpim
3129
ln -s /usr/lib/python3/dist-packages/mcpim.py ./deb/usr/bin/mcpim
30+
chmod a+x ./deb/usr/bin/mcpil
31+
chmod a+x ./deb/usr/bin/mcpim
3232
@echo "Package: mcpil" > ./deb/DEBIAN/control
3333
@echo "Version: 0.6.0" >> ./deb/DEBIAN/control
3434
@echo "Priority: optional" >> ./deb/DEBIAN/control

0 commit comments

Comments
 (0)