try this patch
Archived discussion
A bug in 'make DESTDIR=... install'?
I have configured OCC with './configure --prefix=/usr/local/occ'. When I tried to install with 'make DESTDIR=/tmp install', the command '/usr/bin/install -c -d /usr/local/occ' was executed before the end of the installation process, producing an error since I was not the super user.
Discussion
2 archived replies
Posts are displayed in their archived order.
The patch works fine. Thanks for the quick fix!