Changeset 3054 in vbox
- Timestamp:
- Jun 5, 2007 2:52:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r2981 r3054 920 920 921 921 922 ifneq ($(wildcard /usr/bin/chcon),) 923 # this is needed for testcases executed at build time 924 $(PATH_BIN)/VBoxRT.so: 925 $(INSTALL) $(out) $@ 926 chcon -t texrel_shlib_t $@ || true 927 endif 928 929 922 930 # 923 931 # Generate the status code data.
Note:
See TracChangeset
for help on using the changeset viewer.