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.

11 lines
246 B

  1. custmain=croquet_custmain
  2. croquet_custmain ()
  3. {
  4. # delete some non-Linux files...
  5. rm -f Croquet.bat bin/Croquet.{exe,ini} bin/SqueakFFIPrims.dll
  6. rm -rf bin/macintosh Croquet.app
  7. #
  8. mkdir $root/opt/Croquet-SDK
  9. cp -a * $root/opt/Croquet-SDK
  10. }