Changeset 25190

Show
Ignore:
Timestamp:
04/26/08 12:41:53 (3 weeks ago)
Author:
bonefish
Message:
Added "which" script, so that the command can be invoked in shell
scripts, too.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • haiku/trunk/build/jam/HaikuImage

    r25115 r25190  
    212212AddFilesToHaikuImage beos preferences   : $(BEOS_PREFERENCES) ; 
    213213AddFilesToHaikuImage beos demos                 : $(BEOS_DEMOS) ; 
     214 
     215SEARCH on which = [ FDirName $(HAIKU_TOP) data bin ] ; 
     216AddFilesToHaikuImage beos bin                   : which ; 
    214217 
    215218AddSymlinkToHaikuImage beos bin : sh : bash ;