Commit 268efb35d806240575e15f01d02c0a4a1addef88
1 parent
ca71cb68
Exists in
master
and in
1 other branch
Fixing rpm package.
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
rpm/libv3270.spec
... | ... | @@ -172,6 +172,9 @@ rm -rf $RPM_BUILD_ROOT |
172 | 172 | %{_libdir}/*.a |
173 | 173 | %{_datadir}/%{_product}/pot/*.pot |
174 | 174 | |
175 | +%dir %{_datadir}/%{_product}/remap/ | |
176 | +%{_datadir}/%{_product}/remap/*.xml | |
177 | + | |
175 | 178 | %files -n glade-catalog-v3270 |
176 | 179 | %defattr(-,root,root) |
177 | 180 | /usr/share/glade/catalogs/v3270.xml | ... | ... |