mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Summary: Fix RPM installation error for cloudstack-awsapi
Detail: getting "hard link not allowed for directory" due to line 321 in cloud.spec. Changing to symlink. Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1361982798 -0700
This commit is contained in:
parent
0b7f2eb178
commit
8ba91fcd72
@ -317,7 +317,7 @@ fi
|
||||
|
||||
%post awsapi
|
||||
if [ -d "%{_datadir}/%{name}-management" ] ; then
|
||||
ln %{_datadir}/%{name}-bridge/webapps %{_datadir}/%{name}-management/webapps7080
|
||||
ln -s %{_datadir}/%{name}-bridge/webapps %{_datadir}/%{name}-management/webapps7080
|
||||
fi
|
||||
|
||||
#No default permission as the permission setup is complex
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user