From 19a23bb8000182459bb74deb369646ce8b421f2e Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Thu, 26 Aug 2004 16:31:44 +0000 Subject: [PATCH] Added instructions to kdevelop to correct improper ownerships git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2670 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- kde/add/kdevelop.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/kde/add/kdevelop.xml b/kde/add/kdevelop.xml index 6f89334bbf..2080cd64d5 100644 --- a/kde/add/kdevelop.xml +++ b/kde/add/kdevelop.xml @@ -63,7 +63,8 @@ url="&kdevelop-download-ftp;"/> ./configure --prefix=&kde-dir; --disable-debug \ --disable-dependency-tracking && make && -make install +make install && +chown -R root:root &kde-dir;/kdevbdb If you wish to create the API documentation and you have doxygen and @@ -74,6 +75,16 @@ must be done before make install. You'll also need to run + +Command explanations + +chown -R root:root &kde-dir;/kdevbdb: If +kdevelop is built by any user other than root, +the installed Berkeley-DB files will have incorrect +ownership. This command changes the ownership to root:root. + + + Contents