You are not logged in.
stardict W: File (usr/etc/) exists in a non-standard directory.
stardict W: File (usr/etc/gconf/) exists in a non-standard directory.
stardict W: File (usr/etc/gconf/schemas/) exists in a non-standard directory.
stardict W: File (usr/etc/gconf/schemas/stardict.schemas) exists in a non-stan
How can I move such stuff into /etc without making package broken? Thanks very much.
Offline
usually with a configure option like "--sysconfdir=/etc" or something along those lines if you navigate into the source directory and run ./configure --help it wil give you configure options available to you.
AKA uknowme
I am not your friend
Offline
File a bug report for any /usr/etc packages...
If you're in a rush to move stuff from /usr/etc, you should be able to easily change the PKGBUILD to put them in /etc, in most cases. Probably anything in /usr/etc has to be done explicitly in the PKGBUILD file, so install from ABS.
Dusty
Offline
Thank you very much.
Offline
Or if the code itself wont give you the option of putting the config in /etc you could at least use symbolic links in /etc so they can at least be found.
Offline
that is very messy. in cases like that it is easier to patch the makefiles.
AKA uknowme
I am not your friend
Offline