SPECS: kernel-vanilla.spec - too much copy-paste
glen
glen at pld-linux.org
Wed Feb 6 01:15:28 CET 2008
Author: glen Date: Wed Feb 6 00:15:28 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- too much copy-paste
---- Files affected:
SPECS:
kernel-vanilla.spec (1.103 -> 1.104)
---- Diffs:
================================================================
Index: SPECS/kernel-vanilla.spec
diff -u SPECS/kernel-vanilla.spec:1.103 SPECS/kernel-vanilla.spec:1.104
--- SPECS/kernel-vanilla.spec:1.103 Wed Feb 6 01:14:49 2008
+++ SPECS/kernel-vanilla.spec Wed Feb 6 01:15:23 2008
@@ -483,14 +483,14 @@
%endif
%ifarch alpha sparc sparc64
%{__gzip} -cfv %{objdir}/vmlinux > %{objdir}/vmlinuz
- cp -a %{objdir}/vmlinuz $KERNEL_INSTALL_DIR/boot/vmlinuz-%{kernel_release}
+ cp -a %{objdir}/vmlinuz $RPM_BUILD_ROOT/boot/vmlinuz-%{kernel_release}
%ifarch sparc
elftoaout %{objdir}/arch/sparc/boot/image -o %{objdir}/vmlinux.aout
- install %{objdir}/vmlinux.aout $KERNEL_INSTALL_DIR/boot/vmlinux.aout-%{kernel_release}
+ install %{objdir}/vmlinux.aout $RPM_BUILD_ROOT/boot/vmlinux.aout-%{kernel_release}
%endif
%ifarch sparc64
elftoaout %{objdir}/arch/sparc64/boot/image -o %{objdir}/vmlinux.aout
- install %{objdir}/vmlinux.aout $KERNEL_INSTALL_DIR/boot/vmlinux.aout-%{kernel_release}
+ install %{objdir}/vmlinux.aout $RPM_BUILD_ROOT/boot/vmlinux.aout-%{kernel_release}
%endif
%endif
@@ -774,6 +774,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.104 2008-02-06 00:15:23 glen
+- too much copy-paste
+
Revision 1.103 2008-02-06 00:14:49 glen
- install part added for sparc, alpha and ppc64
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel-vanilla.spec?r1=1.103&r2=1.104&f=u
More information about the pld-cvs-commit
mailing list