Xdg-user-dirs is a tool to help manage “well known” user directories like the desktop folder and the music folder. It also handles localization (i.e. translation) of the filenames.
Download (HTTP): https://user-dirs.freedesktop.org/releases/xdg-user-dirs-0.18.tar.gz
Install xdg-user-dirs by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-documentation && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-documentation
:
Disable the installation of the man pages.