This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via a4580ae3b5046a4261d29d3dfb468fb93653d8ed (commit) from a23abe6dc5b8559c5c3a5938a74d62d7f26f8c3d (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit a4580ae3b5046a4261d29d3dfb468fb93653d8ed Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Mar 24 00:03:11 2010 +0100
kernel: Fix a unresolved symlink.
-----------------------------------------------------------------------
Summary of changes: pkgs/core/kernel/kernel.nm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/pkgs/core/kernel/kernel.nm b/pkgs/core/kernel/kernel.nm index f8f5dcf..2fe50be 100644 --- a/pkgs/core/kernel/kernel.nm +++ b/pkgs/core/kernel/kernel.nm @@ -103,7 +103,7 @@ define STAGE_INSTALL cd $(DIR_APP) && cp -v arch/x86/boot/bzImage $(BUILDROOT)/boot/$(DISTRO_SNAME)kernel-$(FULLVER) cd $(DIR_APP) && cp -v System.map $(BUILDROOT)/boot/System.map-$(FULLVER) - ln -svf $(SNAME)kernel-$(FULLVER) $(BUILDROOT)/boot/$(DISTRO_SNAME)kernel + ln -svf $(DISTRO_SNAME)kernel-$(FULLVER) $(BUILDROOT)/boot/$(DISTRO_SNAME)kernel ln -svf System.map-$(FULLVER) $(BUILDROOT)/boot/System.map
-mkdir -pv $(BUILDROOT)/lib/modules/$(FULLVER)/extra
hooks/post-receive -- IPFire 3.x development tree