zssfred / cderpm

RPM spec file, patches, and scripts to package up the Common Desktop Environment
GNU Lesser General Public License v2.1
40 stars 13 forks source link

Building the RPM on Scientific Linux 7 #15

Open edorig opened 4 years ago

edorig commented 4 years ago

On Scientific Linux 7, the compilation of the CDE sources succeed, but the call to InstallCDE does not place the files under the BUILDROOT directory. Instead of going to BUILDROOT/usr, BUILDROOT/var and BUILDROOT/etc they are installed in /usr /var /etc even though the rpmbuild is passing the correct options to installCDE. Running manually installCDE after the build step either to install the files in BUILDROOT or to create a tar file fails for the same reason. I don't know yet if this is caused by a change in installCDE or by installCDE being run with the wrong shell (bash instead of ksh). I can send a log of the build process if needed.