All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] noip: new package
Date: Sat, 08 Oct 2011 23:24:01 +0200	[thread overview]
Message-ID: <87botrfa8e.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1318027141-1026-1-git-send-email-gustavo@zacarias.com.ar> (Gustavo Zacarias's message of "Fri, 7 Oct 2011 19:39:01 -0300")

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 Gustavo> +NOIP_VERSION = 2.1.9
 Gustavo> +NOIP_SITE = http://www.no-ip.com/client/linux
 Gustavo> +NOIP_SOURCE = noip-duc-linux.tar.gz
 Gustavo> +
 Gustavo> +define NOIP_BUILD_CMDS
 Gustavo> +	sed -i -e "s:\(#define CONFIG_FILENAME\).*:\1 \"/etc/no-ip2.conf\":" \
 Gustavo> +		$(@D)/noip2.c
 Gustavo> +	$(MAKE) -C $(@D) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \
 Gustavo> +		PREFIX=/usr CONFDIR=/etc
 Gustavo> +endef
 Gustavo> +
 Gustavo> +define NOIP_INSTALL_TARGET_CMDS
 Gustavo> +	$(INSTALL) $(@D)/noip2 $(TARGET_DIR)/usr/sbin/noip2

this should be install -D -m 0755 for proper permissions / handling of
skeleton without /usr/sbin.

I've fixed that and committed, thanks.

-- 
Bye, Peter Korsgaard

      reply	other threads:[~2011-10-08 21:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-07 22:39 [Buildroot] [PATCH] noip: new package Gustavo Zacarias
2011-10-08 21:24 ` Peter Korsgaard [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87botrfa8e.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.