diff options
author | François Andriot <albator78@libertysurf.fr> | 2019-12-03 22:08:14 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2019-12-08 16:12:08 +0100 |
commit | d257b83fd4500c4543d8768332123a895c12b29d (patch) | |
tree | 9e1b4fb6f52f66f0a2bf6ad8ffc0cb8ceb672b9e /redhat/applications/tellico | |
parent | 305f0d3d3e47c808ff20960d4c453e4dd268cbde (diff) | |
download | tde-packaging-d257b83fd4500c4543d8768332123a895c12b29d.tar.gz tde-packaging-d257b83fd4500c4543d8768332123a895c12b29d.zip |
RPM: fix configuration were overwritten during package update
Diffstat (limited to 'redhat/applications/tellico')
-rw-r--r-- | redhat/applications/tellico/tellico.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/applications/tellico/tellico.spec b/redhat/applications/tellico/tellico.spec index 341c7f82e..39ce2e5f9 100644 --- a/redhat/applications/tellico/tellico.spec +++ b/redhat/applications/tellico/tellico.spec @@ -176,7 +176,7 @@ It also makes it easy for other softwares to use the Tellico data. %defattr(-,root,root,-) %{tde_bindir}/tellico %{tde_datadir}/applications -%{tde_confdir}/tellicorc +%config(noreplace) %{tde_confdir}/tellicorc ########## |