Fix variable for RPM build

Certain versions of rpmbuild need the variable to be outside of curly
braces. This addresses that issue in that situation.

Change-Id: Iff7200b332b9d8e41a4d7676ca14c5a32c075beb


[ROCm/ROCR-Runtime commit: 4e4d4a81e1]
此提交包含在:
Kent Russell
2015-11-08 22:57:30 -05:00
提交者 Gerrit Code Review
父節點 403eb13050
當前提交 63c43d3404
+1 -1
查看文件
@@ -18,7 +18,7 @@ for AMD KFD
%setup -T -D -c -n %{name}
%install
cp -R %{thunkroot}/build/rpm/libhsakmt $RPM_BUILD_ROOT
cp -R %thunkroot/build/rpm/libhsakmt $RPM_BUILD_ROOT
find $RPM_BUILD_ROOT \! -type d | sed "s|$RPM_BUILD_ROOT||"> thunk.list
%clean