[kernel] r5880 - dists/trunk/linux-2.6/debian/patches

Bastian Blank waldi at costa.debian.org
Tue Feb 14 18:01:56 UTC 2006


Author: waldi
Date: Tue Feb 14 18:01:55 2006
New Revision: 5880

Modified:
   dists/trunk/linux-2.6/debian/patches/powerpc-mkvmlinuz-support.patch
Log:
debian/patches/powerpc-mkvmlinuz-support.patch: Merge into one patch.


Modified: dists/trunk/linux-2.6/debian/patches/powerpc-mkvmlinuz-support.patch
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/powerpc-mkvmlinuz-support.patch	(original)
+++ dists/trunk/linux-2.6/debian/patches/powerpc-mkvmlinuz-support.patch	Tue Feb 14 18:01:55 2006
@@ -28,33 +28,33 @@
 +mkvmlinuz_support_install:
 +	# mkvmlinuz support, based on work done originally by Jens Schmalzing <jensen at debian.org>
 +	mkdir -p $(INSTALL_MKVMLINUZ)/boot
-+	install -m 644 -o root -g root ld.script $(INSTALL_MKVMLINUZ)/boot
++	install -m 644 ld.script $(INSTALL_MKVMLINUZ)/boot
 +	if [ -e openfirmware/note ]; then \
-+		install -m 644 -o root -g root openfirmware/note $(INSTALL_MKVMLINUZ)/boot; \
++		install -m 644 openfirmware/note $(INSTALL_MKVMLINUZ)/boot; \
 +	fi
 +
 +	mkdir -p $(INSTALL_MKVMLINUZ)/lib
-+	install -m 644 -o root -g root ../../../lib/lib.a $(INSTALL_MKVMLINUZ)/lib
-+	install -m 644 -o root -g root lib/lib.a $(INSTALL_MKVMLINUZ)/lib/ppc.a
-+	install -m 644 -o root -g root common/lib.a $(INSTALL_MKVMLINUZ)/lib/common.a
++	install -m 644 ../../../lib/lib.a $(INSTALL_MKVMLINUZ)/lib
++	install -m 644 lib/lib.a $(INSTALL_MKVMLINUZ)/lib/ppc.a
++	install -m 644 common/lib.a $(INSTALL_MKVMLINUZ)/lib/common.a
 +	if [ -e of1275/lib.a ]; then \
-+		install -m 644 -o root -g root of1275/lib.a $(INSTALL_MKVMLINUZ)/lib/of.a; \
++		install -m 644 of1275/lib.a $(INSTALL_MKVMLINUZ)/lib/of.a; \
 +	fi
 +
 +	if [ -e openfirmware/common.o ]; then \
 +		mkdir -p $(INSTALL_MKVMLINUZ)/obj/openfirmware; \
-+		install -m 644 -o root -g root openfirmware/*.o $(INSTALL_MKVMLINUZ)/obj/openfirmware; \
++		install -m 644 openfirmware/*.o $(INSTALL_MKVMLINUZ)/obj/openfirmware; \
 +		rm -f $(INSTALL_MKVMLINUZ)/obj/openfirmware/image*; \
 +	fi
 +
 +	mkdir -p $(INSTALL_MKVMLINUZ)/obj/simple
-+	install -m 644 -o root -g root simple/*.o $(INSTALL_MKVMLINUZ)/obj/simple
++	install -m 644 simple/*.o $(INSTALL_MKVMLINUZ)/obj/simple
 +	rm -f $(INSTALL_MKVMLINUZ)/obj/simple/image*.o
 +
 +	mkdir -p $(INSTALL_MKVMLINUZ)/utils
-+	install -m 755 -o root -g root utils/addnote $(INSTALL_MKVMLINUZ)/utils
-+	install -m 755 -o root -g root utils/hack-coff $(INSTALL_MKVMLINUZ)/utils
-+	install -m 755 -o root -g root utils/mkbugboot $(INSTALL_MKVMLINUZ)/utils
-+	install -m 755 -o root -g root utils/mknote $(INSTALL_MKVMLINUZ)/utils
-+	install -m 755 -o root -g root utils/mkprep $(INSTALL_MKVMLINUZ)/utils
-+	install -m 755 -o root -g root utils/mktree $(INSTALL_MKVMLINUZ)/utils
++	install -m 755 utils/addnote $(INSTALL_MKVMLINUZ)/utils
++	install -m 755 utils/hack-coff $(INSTALL_MKVMLINUZ)/utils
++	install -m 755 utils/mkbugboot $(INSTALL_MKVMLINUZ)/utils
++	install -m 755 utils/mknote $(INSTALL_MKVMLINUZ)/utils
++	install -m 755 utils/mkprep $(INSTALL_MKVMLINUZ)/utils
++	install -m 755 utils/mktree $(INSTALL_MKVMLINUZ)/utils



More information about the Kernel-svn-changes mailing list