Can be fixed by this patch:
--- ruleset/targets/source.mk.orig 2012-10-16 10:37:08.658087536 +0100
+++ ruleset/targets/source.mk 2012-10-16 10:55:00.053960141 +0100
@@ -64,11 +64,11 @@
####
######################################################################
ifneq ($(strip $(int_follow_symlinks_in_src)),)
- -tar cfh - $$(echo * | sed -e 's/ debian//g' -e 's/\.deb//g' ) | \
+ -tar cfh - $$(ls -1 | grep -v -e '^debian' -e '\.deb$$' | tr [:space:]
' ') | \
(cd $(SRCDIR); umask 000; tar xpsf -)
(cd $(SRCDIR)/include; rm -rf asm ; )
else
- -tar cf - $$(echo * | sed -e 's/ debian//g' -e 's/\.deb//g' ) |
\
+ -tar cf - $$(ls -1 | grep -v -e '^debian' -e '\.deb$$' | tr [:space:] '
') | \
(cd $(SRCDIR); umask 000; tar xspf -)
(cd $(SRCDIR)/include; rm -f asm ; )
endif
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1073885
Title:
Problem in source.mk prevents build of kernel-_source package
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1073885/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs