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