Fix creation of the source code installation directory

git-svn-id: svn://ultimatepp.org/upp/trunk@10681 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
amrein 2017-01-08 22:47:00 +00:00
parent fa92654de1
commit 30f5422371

View file

@ -147,12 +147,14 @@ install -d %{buildroot}/%{_bindir}
install -d %{buildroot}/%{_datadir}/applications install -d %{buildroot}/%{_datadir}/applications
install -d %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps install -d %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps
install -d %{buildroot}/%{_datadir}/pixmaps install -d %{buildroot}/%{_datadir}/pixmaps
install -d %{buildroot}/%{_datadir}/%{name} install -d %{buildroot}/%{_datadir}/%{project_name}
install -d %{buildroot}/%{_mandir}/man1 install -d %{buildroot}/%{_mandir}/man1
install out/ide.out %{buildroot}/%{_bindir}/theide install out/ide.out %{buildroot}/%{_bindir}/theide
install out/umk.out %{buildroot}/%{_bindir}/umk install out/umk.out %{buildroot}/%{_bindir}/umk
ln -s %{_datadir}/%{project_name} %{buildroot}/%{_datadir}/%{name}
cp -p theide.1 %{buildroot}/%{_mandir}/man1/ cp -p theide.1 %{buildroot}/%{_mandir}/man1/
cp -p umk.1 %{buildroot}/%{_mandir}/man1/ cp -p umk.1 %{buildroot}/%{_mandir}/man1/