[Lunar-commits] r17414 - moonbase/trunk/kernel/linux-2.6-grsec

Jaime Buffery nestu at lunar-linux.org
Tue Nov 22 09:52:13 UTC 2005


Author: nestu
Date: 2005-11-22 09:52:12 +0000 (Tue, 22 Nov 2005)
New Revision: 17414

Modified:
   moonbase/trunk/kernel/linux-2.6-grsec/BUILD
Log:
bootloaders was being updated with ${KERNEL_RELEASE} and the the image was named with ${KERNEL_VERSION}

Modified: moonbase/trunk/kernel/linux-2.6-grsec/BUILD
===================================================================
--- moonbase/trunk/kernel/linux-2.6-grsec/BUILD	2005-11-22 06:51:55 UTC (rev 17413)
+++ moonbase/trunk/kernel/linux-2.6-grsec/BUILD	2005-11-22 09:52:12 UTC (rev 17414)
@@ -31,7 +31,7 @@
     backup_mods_krnl ${KERNEL_VERSION}-grsec-${GRSEC_VERSION}			&&
     prepare_install								&&
     make modules_install								&&
-    cp arch/i386/boot/bzImage /boot/${KERNEL_VERSION}-grsec-${GRSEC_VERSION}     	&&
-    cp System.map /boot/System.map-${KERNEL_VERSION}-grsec-${GRSEC_VERSION}
+    cp arch/i386/boot/bzImage /boot/${KERNEL_RELEASE}-grsec-${GRSEC_VERSION}     	&&
+    cp System.map /boot/System.map-${KERNEL_RELEASE}-grsec-${GRSEC_VERSION}
     
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list