diff options
author | François Andriot <albator78@libertysurf.fr> | 2024-02-01 22:47:34 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2024-02-01 22:47:34 +0100 |
commit | 9d336ebd620156948cdf73b0e31a98c400c57dbb (patch) | |
tree | 01ee2947ac2962bbd68d019304ecac3057adf3fa /redhat | |
parent | f83bd2bb248e9d4c1559a395e5a5423bc0a4a51b (diff) | |
download | tde-packaging-9d336ebd620156948cdf73b0e31a98c400c57dbb.tar.gz tde-packaging-9d336ebd620156948cdf73b0e31a98c400c57dbb.zip |
RPM: update tdesshaskpass
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/applications/system/tdesshaskpass/tdesshaskpass.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/redhat/applications/system/tdesshaskpass/tdesshaskpass.spec b/redhat/applications/system/tdesshaskpass/tdesshaskpass.spec index 00f59d4e0..4b6ebb415 100644 --- a/redhat/applications/system/tdesshaskpass/tdesshaskpass.spec +++ b/redhat/applications/system/tdesshaskpass/tdesshaskpass.spec @@ -145,12 +145,14 @@ export PATH="%{tde_bindir}:${PATH}" %__rm -rf %{buildroot} %__make install DESTDIR=%{buildroot} -C build +%find_lang %{tde_pkg} + %clean %__rm -rf %{buildroot} -%files +%files -f %{tde_pkg}.lang %defattr(-,root,root,-) %doc ChangeLog COPYING README.md %{tde_bindir}/* |