- Timestamp:
- Aug 23, 2012 10:56:36 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/Makefile.kmk
r42940 r42941 75 75 endif 76 76 77 # These tools are necessary78 ## @Todo rename to VBOX_DI_XYZ these conflict with other globals.79 TAR=/usr/bin/tar80 ZIP=/usr/bin/zip81 GZIP=/usr/bin/gzip82 BZIP2=/usr/bin/bzip283 GREP=/usr/bin/grep84 XARGS=/usr/bin/xargs85 UNZIP=/usr/bin/unzip86 AWK=/usr/bin/awk87 HDIUTIL=/usr/bin/hdiutil88 77 89 78 # … … 934 923 935 924 936 ifndef VBOX_OSE937 include $(VBOX_PATH_DI_SRC)/Bundle.kmk938 endif939
Note:
See TracChangeset
for help on using the changeset viewer.