mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-16 12:03:03 -05:00
Works now.
[originally from svn r95]
This commit is contained in:
parent
828339be2e
commit
937c4f739f
17
mkputty.mpw
17
mkputty.mpw
@ -13,17 +13,16 @@ Echo "# `Date -t` ----- Executing build commands."
|
|||||||
"{program}".makeout
|
"{program}".makeout
|
||||||
Delete "{program}".makeout
|
Delete "{program}".makeout
|
||||||
Echo "# `Date -t` ----- Done."
|
Echo "# `Date -t` ----- Done."
|
||||||
Set type "`files -i -n -x t "{program}" OR "{type}" =~ / MPST/ # application or tool
|
Set type "`files -i -n -x t "{program}" ³ Dev:Null || Set Status 0`"
|
||||||
Echo -n t; Quote -n "{program}"; Echo -n " "
|
Set CaseSensitive True #filetype check for DA must be case sensitive
|
||||||
Else If "{type}" =~ / DFIL/ # desk accessory in Suitcase
|
If "{type}" =~ /Å APPL/ OR "{type}" =~ /Å MPST/ # application or tool
|
||||||
Echo -n t
|
Echo -n ¶t; Quote -n "{program}"; Echo -n " "
|
||||||
|
Else If "{type}" =~ /Å DFIL/ # desk accessory in Suitcase
|
||||||
|
Echo -n ¶t
|
||||||
Quote -n "Font/DA Mover" "{SystemFolder}"System "{program}";
|
Quote -n "Font/DA Mover" "{SystemFolder}"System "{program}";
|
||||||
Echo -n " # Install DA"
|
Echo -n " # Install DA"
|
||||||
Else If "{type}" =~ / dfil/ # desk accessory (System 7)
|
Else If "{type}" =~ /Å dfil/ # desk accessory (System 7)
|
||||||
Echo -n t
|
Echo -n ¶t
|
||||||
Quote -n Duplicate -y "{program}" "{SystemFolder}Apple Menu Items";
|
Quote -n Duplicate -y "{program}" "{SystemFolder}Apple Menu Items";
|
||||||
Echo -n " # Install DA into Apple Menu"
|
Echo -n " # Install DA into Apple Menu"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user