xinstall fix for cross compilation

This commit is contained in:
Thomas Veerman 2012-06-08 09:29:47 +00:00
parent b2731fd668
commit 966cbef4fd

View file

@ -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;