Fix .deb
parent
a82116b1b5
commit
4b55caca87
1
Makefile
1
Makefile
|
@ -35,7 +35,6 @@ debtarget:
|
|||
cp pleroma.py deb/usr/lib/plchat
|
||||
cp monkeypatch.py deb/usr/lib/plchat
|
||||
cp timeconvert.py deb/usr/lib/plchat
|
||||
cp plchatdeb.py deb/usr/lib/plchat
|
||||
cp videowidget.py deb/usr/lib/plchat
|
||||
|
||||
systemlibtarget:
|
||||
|
|
|
@ -4,4 +4,7 @@ cd /usr/lib/plchat
|
|||
python3 -m venv --system-site-packages venv
|
||||
source venv/bin/activate
|
||||
pip3 install PyQt5==5.15.4 PyQt5-Qt5 PyQt5-sip notify-py
|
||||
ln -sf /usr/lib/plchat/plchatdeb.py /usr/bin/plchat
|
||||
echo "#!/bin/sh" > /usr/bin/plchat
|
||||
echo "/usr/lib/plchat/venv/bin/python /usr/plib/plchat/plchatdeb.py" >> /usr/bin/plchat
|
||||
chmod +x /usr/bin/plchat
|
||||
|
||||
|
|
Loading…
Reference in New Issue