wok diff runcom/receipt @ rev 25176

updated python-formalchemy (1.5.5 -> 1.5.6)
author Hans-G?nter Theisgen
date Fri Jul 01 17:52:21 2022 +0100 (23 months ago)
parents ed8073aa8cf0
children 73f36875e5a7
line diff
     1.1 --- a/runcom/receipt	Mon Dec 21 00:07:14 2015 +0100
     1.2 +++ b/runcom/receipt	Fri Jul 01 17:52:21 2022 +0100
     1.3 @@ -21,7 +21,7 @@
     1.4  	mkdir -p $DESTDIR/usr/bin
     1.5  	cc -o $DESTDIR/usr/bin/runcom $stuff/runcom.c
     1.6  	cc -o $src/debug.o -Wa,-a=$src/debug.lst -c $stuff/debug.S
     1.7 -	objcopy -O binary $src/debug.o $DESTDIR/usr/bin/debug.bin
     1.8 +	objcopy --only-section=.text -O binary $src/debug.o $DESTDIR/usr/bin/debug.bin
     1.9  	cp $stuff/debug.com $DESTDIR/usr/bin
    1.10  	chmod +x $DESTDIR/usr/bin/debug.*
    1.11  }