]> git.pld-linux.org Git - packages/gawk.git/commitdiff
- added temporarry link from bin/gawk to /usr/bin/awk and /usr/bin/gawk.
authorcieciwa <cieciwa@pld-linux.org>
Mon, 10 Jul 2000 11:03:05 +0000 (11:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gawk.spec -> 1.40

gawk.spec

index 22e668bee0fde34826c3d45728ffafd251364891..4d2c78625bbdc95956aec673a4573ea46abc7160 100644 (file)
--- 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
This page took 0.144785 seconds and 4 git commands to generate.