[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

3.0.13 m68k successful install, archspecific posttasks?



Hi,
3.0.13 installed flawlessly on my amiga, full build (I ran out of diskspace
again when the docs where built...) is in incoming now.

I want to apply this patch, can anybody see any negative sideeffects for
non-m68k?

Christian

Index: release.sh
===================================================================
RCS file: /cvs/debian-boot/boot-floppies/release.sh,v
retrieving revision 1.124
diff -u -r1.124 release.sh
--- release.sh	2001/08/25 22:04:25	1.124
+++ release.sh	2001/08/27 14:19:21
@@ -175,9 +175,29 @@
   # this script is self-destructing
   echo "find . -type d -exec chmod 775 \{\} \;" >> $release/$bfinstall
   echo "find . -type f -exec chmod 664 \{\} \;" >> $release/$bfinstall
+  do_archspecific_posttasks
   echo "rm -f $bfinstall" >> $release/$bfinstall
 }
 
+do_archspecific_posttasks()
+{
+  #--------------------------------------------------------
+  # Architecture specific posttasks
+  #--------------------------------------------------------
+  case $arch in
+  m68k)
+       do_arch_m68k_posttasks
+       ;;
+  esac
+}
+
+do_arch_m68k_posttasks()
+{
+  #--------------------------------------------------------
+  # m68k posttasks
+  #--------------------------------------------------------
+  echo "chmod +x amiga/amiboot-5.6 dmesg" >> $release/$bfinstall
+}
 
 do_arch_i386()
 {



Reply to: