bigbigmdm / IMSProg

IMSProg - software for CH341A-based programmers to work with I2C, SPI and MicroWire EEPROM/Flash chips
https://antenna-dvb-t2.ru/IMSProg.php
GNU General Public License v3.0
215 stars 38 forks source link

DEBIAN: 99-CH314.rules file installed at wrong path #27

Closed VittorioBurani closed 8 months ago

VittorioBurani commented 8 months ago

The .deb package installs the 99-CH314.rules file at path /usr/lib/x86_64-linux-gnu/udev/rules.d/, which folder doesn't exists and it's created at install time, instead of the default /etc/udev/rules.d/ directory, causing the device to not be read on USB by IMSProg.

This behavior happens on both apt install imsprog and direct dpkg -i *.deb commands.

bigbigmdm commented 8 months ago

I changed IMSProg_programmer/CMakeLists.txt and rebuilt the deb package for UBUNTU 22.04 (Tag v1.1.2-12).

VittorioBurani commented 8 months ago

Thanks, i'm closing the issue.