From 4f6e31653a8f103793d0d8504e9eeeb89840fb18 Mon Sep 17 00:00:00 2001 From: cieciwa Date: Mon, 10 Jul 2000 11:03:05 +0000 Subject: [PATCH] - added temporarry link from bin/gawk to /usr/bin/awk and /usr/bin/gawk. Changed files: gawk.spec -> 1.40 --- gawk.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gawk.spec b/gawk.spec index 22e668b..4d2c786 100644 --- a/gawk.spec +++ b/gawk.spec @@ -90,6 +90,9 @@ install -d $RPM_BUILD_ROOT%{_bindir} rm -f $RPM_BUILD_ROOT%{_bindir}/gawk-%{version} +#install link to /usr/bin directory. +(cd $RPM_BUILD_ROOT;install -d usr/bin;cd usr/bin;ln -s ../../bin/gawk gawk;ln -s ../../bin/gawk awk) + gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/gawk.info*,%{_mandir}/man1/*} \ README ACKNOWLEDGMENT FUTURES LIMITATIONS NEWS PORTS \ README_d/README.linux POSIX.STD @@ -107,6 +110,8 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc *gz README_d/README.linux.gz doc/*.ps.gz %attr(755,root,root) %{_bindir}/* +/usr/bin/awk +/usr/bin/gawk %{_mandir}/man1/* %{_infodir}/*info* %attr(755,root,root) %{_libdir}/awk -- 2.44.0