Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: thomasez at uclibc.org <thomasez@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/kismet
Date: Wed, 31 Oct 2007 05:46:53 -0700 (PDT)	[thread overview]
Message-ID: <20071031124653.2558EA6038@busybox.net> (raw)

Author: thomasez
Date: 2007-10-31 05:46:52 -0700 (Wed, 31 Oct 2007)
New Revision: 20349

Log:
Had an issue noted in bug #1557, attached patch.


Modified:
   trunk/buildroot/package/kismet/kismet.mk


Changeset:
Modified: trunk/buildroot/package/kismet/kismet.mk
===================================================================
--- trunk/buildroot/package/kismet/kismet.mk	2007-10-31 06:52:26 UTC (rev 20348)
+++ trunk/buildroot/package/kismet/kismet.mk	2007-10-31 12:46:52 UTC (rev 20349)
@@ -47,15 +47,16 @@
 	$(MAKE) CXX="$(TARGET_CXX)" CC="$(TARGET_CC)" \
 		-C $(KISMET_DIR)
 
-$(TARGET_DIR)/$(KISMET_TARGET_BINARY): $(KISMET_DIR)/$(KISMET_BINARY)
+$(TARGET_DIR)/$(KISMET_TARGET_DIRECTORY)/$(KISMET_BINARY): $(KISMET_DIR)/$(KISMET_BINARY)
 	install -m 755 $(KISMET_DIR)/kismet $(TARGET_DIR)/$(KISMET_TARGET_DIRECTORY)/kismet
 	install -m 755 $(KISMET_DIR)/kismet_client $(TARGET_DIR)/$(KISMET_TARGET_DIRECTORY)/kismet_client
 	install -m 755 $(KISMET_DIR)/kismet_drone $(TARGET_DIR)/$(KISMET_TARGET_DIRECTORY)/kismet_drone
 	install -m 755 $(KISMET_DIR)/kismet_server $(TARGET_DIR)/$(KISMET_TARGET_DIRECTORY)/kismet_server
 	install -m 755 $(KISMET_DIR)/conf/kismet.conf $(TARGET_DIR)/etc/kismet.conf
 
-kismet: uclibc ncurses libpcap $(TARGET_DIR)/$(KISMET_TARGET_BINARY)
+kismet: uclibc ncurses libpcap $(TARGET_DIR)/$(KISMET_TARGET_DIRECTORY)/$(KISMET_BINARY)
 
+
 kismet-clean:
 	rm -f $(TARGET_DIR)/$(KISMET_TARGET_DIRECTORY)/kismet
 	rm -f $(TARGET_DIR)/$(KISMET_TARGET_DIRECTORY)/kismet_client

             reply	other threads:[~2007-10-31 12:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-31 12:46 thomasez at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-01-21  0:17 [Buildroot] svn commit: trunk/buildroot/package/kismet ulf at uclibc.org
2009-01-14 23:51 ulf at uclibc.org
2009-01-15  8:20 ` Peter Korsgaard
2009-01-15 21:43   ` Ulf Samuelsson
2009-01-15 21:51     ` Peter Korsgaard
2009-01-26 15:45       ` Peter Korsgaard
2008-08-27 20:18 jacmet at uclibc.org
2007-11-14  9:41 thomasez at uclibc.org
2007-10-30 21:57 ulf at uclibc.org

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=20071031124653.2558EA6038@busybox.net \
    --to=thomasez@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox