Fix rpm .spec installation source macros
This commit is contained in:
parent
64450b1524
commit
dbbc0202a7
1 changed files with 2 additions and 2 deletions
|
@ -37,11 +37,11 @@ cp -rpv gpodder-ui-qml/common $TARGET/qml/
|
|||
|
||||
TARGET=%{buildroot}/%{_datadir}/applications
|
||||
mkdir -p $TARGET
|
||||
cp -rpv %{source1} $TARGET/
|
||||
cp -rpv %{SOURCE1} $TARGET/
|
||||
|
||||
TARGET=%{buildroot}/%{_datadir}/icons/hicolor/86x86/apps/
|
||||
mkdir -p $TARGET
|
||||
cp -rpv %{source2} $TARGET/
|
||||
cp -rpv %{SOURCE2} $TARGET/
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue