summaryrefslogtreecommitdiff
path: root/perl-Algorithm-Huffman.spec
diff options
context:
space:
mode:
authorradek2003-02-25 00:35:47 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit6f442c44bf4414a6d57b6edb2bc8dda4143fd8af (patch)
treec2baa745a90bb7ab296279020f92c2095e683d00 /perl-Algorithm-Huffman.spec
parent866e6d144371aa8b4388276fbdfe6d58b67dab6a (diff)
downloadperl-Algorithm-Huffman-6f442c44bf4414a6d57b6edb2bc8dda4143fd8af.zip
perl-Algorithm-Huffman-6f442c44bf4414a6d57b6edb2bc8dda4143fd8af.tar.gz
- use the __perl macro
Changed files: perl-Algorithm-Huffman.spec -> 1.6
Diffstat (limited to 'perl-Algorithm-Huffman.spec')
-rw-r--r--perl-Algorithm-Huffman.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-Algorithm-Huffman.spec b/perl-Algorithm-Huffman.spec
index cf6d22c..fa4b323 100644
--- a/perl-Algorithm-Huffman.spec
+++ b/perl-Algorithm-Huffman.spec
@@ -40,7 +40,7 @@ ciągów) i liczby ich wystąpień.
%setup -q -n %{pdir}-%{pnam}-%{version}
%build
-perl Makefile.PL
+%{__perl} Makefile.PL
%{__make}
%{!?_without_tests:%{__make} test}