I want to install it to the user's directory. I'm runing configure script with options --prefix=/home/genix/tmp/cel --with-kde --disable-rpath --disable-schemas-install
then make, make install
And then I have an error:
make install wrote:/bin/sh ../../../../admin/mkinstalldirs
/bin/install -c -p -m 644 celestia.schemas /celestia.schemas
/bin/install: cannot create regular file `/celestia.schemas': Permission denied
make[5]: *** [install-schemasDATA] Error 1
make[5]: Leaving directory `/home/genix/RPM/BUILD/celestia-1.3.2/src/celestia/gtk/data'
make[4]: *** [install-am] Error 2
make[4]: Leaving directory `/home/genix/RPM/BUILD/celestia-1.3.2/src/celestia/gtk/data'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/home/genix/RPM/BUILD/celestia-1.3.2/src/celestia/gtk'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/genix/RPM/BUILD/celestia-1.3.2/src/celestia'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/genix/RPM/BUILD/celestia-1.3.2/src'
make: *** [install-recursive] Error 1
* How can I define or unset path to install celestia.schemas? Why it doesn't install to $prefix/blah-blah? It need me to make an rpm.
* what is the appointment of the --disable-schemas-install options?
* How can I install celestia in user's directory or/and build rpm?