mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
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:
parent
fa92654de1
commit
30f5422371
1 changed files with 3 additions and 1 deletions
|
|
@ -147,12 +147,14 @@ install -d %{buildroot}/%{_bindir}
|
|||
install -d %{buildroot}/%{_datadir}/applications
|
||||
install -d %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps
|
||||
install -d %{buildroot}/%{_datadir}/pixmaps
|
||||
install -d %{buildroot}/%{_datadir}/%{name}
|
||||
install -d %{buildroot}/%{_datadir}/%{project_name}
|
||||
install -d %{buildroot}/%{_mandir}/man1
|
||||
|
||||
install out/ide.out %{buildroot}/%{_bindir}/theide
|
||||
install out/umk.out %{buildroot}/%{_bindir}/umk
|
||||
|
||||
ln -s %{_datadir}/%{project_name} %{buildroot}/%{_datadir}/%{name}
|
||||
|
||||
cp -p theide.1 %{buildroot}/%{_mandir}/man1/
|
||||
cp -p umk.1 %{buildroot}/%{_mandir}/man1/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue