diff options
author | Holger Freyther <zecke@selfish.org> | 2006-10-26 12:38:27 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2006-10-26 12:38:27 +0000 |
commit | 7bfd04605061f3335e7ca19dd968af136fb22201 (patch) | |
tree | 468a8b668657c1577c0780a038dbec2b5c5926f8 /packages/net-tools/files/net-tools-1.60-bitkeeper.patch | |
parent | 04b998447b47f8179c091b6ea1e84dc4485db3fa (diff) |
packages: Add net-tools to OpenEmbedded
Diffstat (limited to 'packages/net-tools/files/net-tools-1.60-bitkeeper.patch')
-rw-r--r-- | packages/net-tools/files/net-tools-1.60-bitkeeper.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/net-tools/files/net-tools-1.60-bitkeeper.patch b/packages/net-tools/files/net-tools-1.60-bitkeeper.patch new file mode 100644 index 0000000000..6871304d3b --- /dev/null +++ b/packages/net-tools/files/net-tools-1.60-bitkeeper.patch @@ -0,0 +1,17 @@ +--- net-tools-1.60/netplug-1.2.9/Makefile.kill_bitkeeper 2005-01-10 11:36:32.000000000 +0100 ++++ net-tools-1.60/netplug-1.2.9/Makefile 2005-01-10 11:38:01.796744224 +0100 +@@ -24,10 +24,12 @@ + install $(install_opts) -m 755 scripts/rc.netplugd $(initdir)/netplugd + install -C $(install_opts) -m 444 man/man8/netplugd.8 $(mandir)/man8 + +-bk_root := $(shell bk root) ++#bk_root := $(shell bk root) ++bk_root := $(shell) + tar_root := netplug-$(version) + tar_file := $(bk_root)/$(tar_root).tar.bz2 +-files := $(shell bk sfiles -Ug) ++#files := $(shell bk sfiles -Ug) ++file := $(shell) + + tarball: $(tar_file) + |