mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-16 06:12:58 +00:00
fixed path for deb installation
This commit is contained in:
parent
9a90d2369c
commit
fc8c4cd3cb
@ -6,6 +6,7 @@ build_deb() {
|
||||
rm build dist -r
|
||||
mkdir build/deb -p
|
||||
python3 setup.py install --root=build/deb
|
||||
mv build/deb/usr/local/lib/python3.8/ build/deb/usr/lib/python3/
|
||||
cp ./DEBIAN build/deb/ -r
|
||||
mkdir dist -p
|
||||
dpkg -b build/deb dist/key-mapper-0.6.0.deb
|
||||
|
Loading…
Reference in New Issue
Block a user