Michael Tremer wrote:
Would you re-submit this patch with “git send-email” so that Patchwork can pick it up and it can be merged?
I'm still getting my head around git. Hopefully this is what is needed.
HTH
Rob
diff --git a/lfs/sendEmail b/lfs/sendEmail index 28646ef93..cc9f67aaa 100644 --- a/lfs/sendEmail +++ b/lfs/sendEmail @@ -63,6 +63,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && cp -pvf sendEmail /usr/local/bin + chown root.root /usr/local/bin/sendEmail chmod 755 /usr/local/bin/sendEmail @rm -rf $(DIR_APP) @$(POSTBUILD)