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;
|
break;
|
||||||
case 'p':
|
case 'p':
|
||||||
dopreserve = 1;
|
dopreserve = 1;
|
||||||
|
#ifdef __minix
|
||||||
errx(1,
|
errx(1,
|
||||||
"Minix lacks support for futimes(3)/utimes(2)");
|
"Minix lacks support for futimes(3)/utimes(2)");
|
||||||
|
#endif
|
||||||
break;
|
break;
|
||||||
case 'r':
|
case 'r':
|
||||||
dorename = 1;
|
dorename = 1;
|
||||||
|
|
Loading…
Reference in a new issue