diff options
| author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2012-02-04 18:16:22 +0100 |
|---|---|---|
| committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2012-02-04 18:16:22 +0100 |
| commit | 036171a2ef15e519adfe8dbe93567ea8611062df (patch) | |
| tree | 3d64ff78b2aee2dd61a65aeaa2b963e6832c0589 | |
| parent | f3fa21fcb0d1e1656d41245cd63750cae6d2a9eb (diff) | |
vala0.14: fix incomplete removal of 'echo' debugging for alternatives
| -rw-r--r-- | gnome/vala0.14.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome/vala0.14.spec b/gnome/vala0.14.spec index b0b646a..c8b2c51 100644 --- a/gnome/vala0.14.spec +++ b/gnome/vala0.14.spec @@ -175,12 +175,12 @@ if [ $1 -eq 0 ]; then for f in %{vala_binaries}; do - echo %{_sbindir}/update-alternatives --remove $f \ + %{_sbindir}/update-alternatives --remove $f \ %{_bindir}/$f-%{api_ver} done for f in %{vala_manpages}; do - echo %{_sbindir}/update-alternatives --remove $f.1.gz \ + %{_sbindir}/update-alternatives --remove $f.1.gz \ %{_mandir}/man1/$f-%{api_ver}.1.gz done fi |
