xinstall fix for cross compilation
This commit is contained in:
parent
b2731fd668
commit
966cbef4fd
1 changed files with 2 additions and 0 deletions
|
@ -251,8 +251,10 @@ main(int argc, char *argv[])
|
|||
break;
|
||||
case 'p':
|
||||
dopreserve = 1;
|
||||
#ifdef __minix
|
||||
errx(1,
|
||||
"Minix lacks support for futimes(3)/utimes(2)");
|
||||
#endif
|
||||
break;
|
||||
case 'r':
|
||||
dorename = 1;
|
||||
|
|
Loading…
Reference in a new issue