Hi all, I need to install replace a line for a targetinstall rule of a package.
I need to be able to install a file with something like (a udev rule): KERNEL=="mydev", SUBSYSTEM=="myusb", SYMLINK+="opt" I tried the following call to install_replace: $(call install_replace,@OPT_DEVICE_SYMLINK_LINE@,"KERNEL==\"mydev\", SUBSYSTEM==\"mysub\", SYMLINK+=\"opt\"") When I do so, I get an error while trying to replace. What should I do to add quotes in the destination file? Regards, Ben
-- ptxdist mailing list [email protected]
