Refactor Makefile
and CI
#66
Labels
refactor
Restructuring code, while not changing its original functionality
Milestone
Makefile
and CI
#66
Context
Makefile could use some improvements.
install-emulator
is the target responsible for variable substitutions in scripts viased
calls when doing installation. This could be simplified by usingenvsubst
to do the replacement for us.INSTALL= cp -RP
is being used together withmkdir
instead of theinstall
tool.envsubst is on gettext-base for debian
CI
patchelf
, it is not necessary with proper use ofDESTDIR
andPREFIX
(introduced in Added deb package #67)Possible solutions
Use
envsubst
andinstall
The text was updated successfully, but these errors were encountered: