diff --git a/ctags.spec b/ctags.spec index f376de6..dff4028 100644 --- a/ctags.spec +++ b/ctags.spec @@ -51,9 +51,11 @@ make %{?_smp_mflags} rm -rf %{buildroot} make DESTDIR=%{buildroot} install + pushd %{buildroot}%{_bindir} -ls -s ctags etags.ctags +ln -s ctags etags.ctags popd + pushd %{buildroot}%{_mandir}/man1 ln -s ctags.1.gz etags.ctags.1.gz popd