From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Brewer To: development@lists.ipfire.org Subject: [PATCH] sendEmail Date: Wed, 13 Feb 2019 22:49:11 +0000 Message-ID: In-Reply-To: <5AF3AA5F-37F8-457D-B3A7-0939D1B33A3A@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6710477171933429524==" List-Id: --===============6710477171933429524== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Michael Tremer wrote: > Would you re-submit this patch with =E2=80=9Cgit send-email=E2=80=9D so tha= t Patchwork can > pick it up and it can be merged? >=20 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) --===============6710477171933429524==--