From ad6bdfaf56b4b6a74850c39adde0e6a7d2a3ad20 Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Mon, 24 Feb 2014 00:12:00 -0300 Subject: Deleting the "runme" stuff - it is not needed at all, and the run method is fully documented --- .../virtualization/8086tiny/builder.sh | 26 ---------------------- 1 file changed, 26 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/virtualization/8086tiny/builder.sh b/pkgs/applications/virtualization/8086tiny/builder.sh index 0f321e06754..36c381becec 100644 --- a/pkgs/applications/virtualization/8086tiny/builder.sh +++ b/pkgs/applications/virtualization/8086tiny/builder.sh @@ -17,29 +17,3 @@ for i in docs/images/*.gif do install $i $out/share/doc/$name/images done - -# Refactoring "runme" script - -cat << 'EOF' >> run-8086tiny -#!/bin/sh - -# Setting vars: $1 = bios file, $2 = floppy image, $3= harddisk image -if [ $# -ne 2 -a $# -ne 3 ]; then - echo "Usage: $0 [harddisk image]" - exit 1 -fi - -bios="$1" -floppy="$2" -hdimage="$3" - -clear -stty cbreak raw -echo min 0 -8086tiny $bios $floppy $hdimage -stty cooked echo - -EOF - -patchShebangs run-8086tiny -install run-8086tiny $out/bin - -- cgit 1.4.1