Browse Source

Add missing file listings

Alois Mahdal 5 years ago
parent
commit
76ccd1c093
2 changed files with 4 additions and 0 deletions
  1. 1
    0
      packaging/debian/shellfu-sh-coerce.install
  2. 3
    0
      packaging/template.spec

+ 1
- 0
packaging/debian/shellfu-sh-coerce.install View File

@@ -0,0 +1 @@
1
+/usr/share/shellfu/include-sh/coerce.sh

+ 3
- 0
packaging/template.spec View File

@@ -190,6 +190,9 @@ make test \
190 190
 %files sh-charmenu
191 191
 %{_datadir}/%{name}/include-sh/charmenu.sh
192 192
 
193
+%files sh-coerce
194
+%{_datadir}/%{name}/include-sh/coerce.sh
195
+
193 196
 %files sh-exit
194 197
 %{_datadir}/%{name}/include-sh/exit.sh
195 198