]> git.pld-linux.org Git - packages/mawk.git/commitdiff
- defined _bindir to /bin
authordarekr <darekr@pld-linux.org>
Fri, 22 Jul 2005 20:19:11 +0000 (20:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mawk.spec -> 1.54

mawk.spec

index 19229bc65d6d4b9985a359a77a452fd7c5bd8df3..c17dd3af1ed1ec14e4bc0e9a3869a6ee8a13a052 100644 (file)
--- a/mawk.spec
+++ b/mawk.spec
@@ -25,6 +25,7 @@ Provides:     awk
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _exec_prefix    /
+%define                _bindir         /bin
 
 %description
 Mawk is a version of the awk programming language. Awk interprets a
@@ -139,7 +140,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ACKNOWLEDGMENT CHANGES README
 %attr(755,root,root) %{_bindir}/mawk
-%attr(755,root,root) /bin/awk
+%attr(755,root,root) %{_bindir}/awk
 %{_mandir}/man1/*
 %lang(pl) %{_mandir}/pl/man1/*
 %{_examplesdir}/%{name}-%{version}
This page took 0.056796 seconds and 4 git commands to generate.