summaryrefslogtreecommitdiffstats
path: root/smenu.spec.in
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2016-03-20 14:05:19 +0100
committerpgen <p.gen.progs@gmail.com>2016-03-20 14:08:38 +0100
commit242516d80881574e463996a2293a23e8f152ea30 (patch)
tree2da35416fbc8e029ad0962e72e76723d0900fbaa /smenu.spec.in
parente45c36fba3ebe1101dba064a6d6e4d92db50360c (diff)
Modify the .spec.in file to add the example directory in the produced rpm
Diffstat (limited to 'smenu.spec.in')
-rw-r--r--smenu.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/smenu.spec.in b/smenu.spec.in
index 9376269..3f8787d 100644
--- a/smenu.spec.in
+++ b/smenu.spec.in
@@ -50,7 +50,7 @@ make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
install -d %{buildroot}%{_defaultdocdir}/%{name}
-for FILE in COPYRIGHT *.rst; do
+for FILE in COPYRIGHT *.rst examples; do
mv ${FILE} %{buildroot}%{_defaultdocdir}/%{name}
done