https://bugs.kde.org/show_bug.cgi?id=376477

Christoph Feck <cf...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |UPSTREAM

--- Comment #3 from Christoph Feck <cf...@kde.org> ---
Well, you are not using a separate build directory. If you are not allowed to
create root files in /home, use a /tmp directory as the build directory.

cd /home/user
git clone kig
mkdir /tmp/kig-build
cd /tmp/kig-build
cmake -DCMAKE_INSTALL_PREFIX=/usr /home/user/kig
make
sudo make install
cd /home/user
rm -rf /tmp/kig-build

I doubt cmake can be changed to create the "install_manifest.txt" during the
building, instead of during the installation, but you could report this issue
to cmake developers via https://cmake.org/Bug

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to