mirror of the now-defunct rocklinux.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
custmain=croquet_custmain
croquet_custmain () { # delete some non-Linux files... rm -f Croquet.bat bin/Croquet.{exe,ini} bin/SqueakFFIPrims.dll rm -rf bin/macintosh Croquet.app # mkdir $root/opt/Croquet-SDK cp -a * $root/opt/Croquet-SDK }
|