This commit fixes a build error when the patch-u-boot-env-all.deb is trying to install the same patch-u-boot-env.service file in /usr/lib/systemd/system and in /lib/systemd/system
The build error is:
dpkg: error processing archive /tmp/apt-dpkg-install.../ 434-patch-u-boot-env_0.1_all.deb (--unpack):
unable to install new version of '/usr/lib/systemd/system/ patch-u-boot-env.service': No such file or directory
This happens because now the isar is taking over this, according to this change: 39adde9f debianize: handle .triggers and .service files
…service
This commit fixes a build error when the patch-u-boot-env-all.deb is trying to install the same patch-u-boot-env.service file in /usr/lib/systemd/system and in /lib/systemd/system
The build error is: dpkg: error processing archive /tmp/apt-dpkg-install.../ 434-patch-u-boot-env_0.1_all.deb (--unpack): unable to install new version of '/usr/lib/systemd/system/ patch-u-boot-env.service': No such file or directory
This happens because now the isar is taking over this, according to this change: 39adde9f debianize: handle .triggers and .service files