diff options
author | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-11-20 11:27:18 +0100 |
---|---|---|
committer | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-11-20 14:06:24 +0100 |
commit | e30358efdbb9c8f655cb83ed2207f6e52820ce75 (patch) | |
tree | 438183abf98d8e38809e715e1962864b9462083f | |
parent | ab27446fab99a1dd70c6123ac1ce70e44c888928 (diff) | |
download | readline-sandbox/kevinthierry/bump-6.3.tar.gz readline-sandbox/kevinthierry/bump-6.3.tar.bz2 readline-sandbox/kevinthierry/bump-6.3.zip |
Do not install examplessandbox/kevinthierry/bump-6.3
Change-Id: Ic9fc2c2268d460216aaae1ea77cc2e16e5557774
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
-rw-r--r-- | packaging/readline.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/readline.spec b/packaging/readline.spec index 52608c8..7cc3f80 100644 --- a/packaging/readline.spec +++ b/packaging/readline.spec @@ -112,6 +112,9 @@ rm -fv %{buildroot}%{_infodir}/*.info* rm -f %{buildroot}%{_datadir}/doc/%{name}/CHANGES \ %{buildroot}%{_datadir}/doc/%{name}/README \ %{buildroot}%{_datadir}/doc/%{name}/INSTALL +# Remove examples +rm -rf %{buildroot}%{_datadir}/%{name} + %post -n libreadline -p /sbin/ldconfig |