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

Change-Id: Iff7200b332b9d8e41a4d7676ca14c5a32c075beb
Этот коммит содержится в:
Kent Russell
2015-11-08 22:57:30 -05:00
коммит произвёл Gerrit Code Review
родитель b6f65f9849
Коммит 4e4d4a81e1
+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