]> git.pld-linux.org Git - packages/cpanminus.git/commitdiff
move unfat code to build block
authorElan Ruusamäe <glen@delfi.ee>
Mon, 28 Sep 2015 07:59:17 +0000 (10:59 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 28 Sep 2015 07:59:17 +0000 (10:59 +0300)
cpanminus.spec

index 10e4512b53629abde4430dc18090ba1509f4bc1c..37ec0305b63a39eefe69802f9d9bb52acd72e328 100644 (file)
@@ -101,6 +101,8 @@ to shell scripting. When running, it requires only 10 MB of RAM.
 
 %prep
 %setup -q -n App-%{name}-%{version}
+
+%build
 # Unbundle fat-packed modules
 podselect lib/App/cpanminus.pm > lib/App/cpanminus.pod
 
@@ -113,7 +115,6 @@ done
 # strip remains of fatpack
 %{__sed} -i -e '/DO NOT EDIT/,/END OF FATPACK CODE/d' bin/cpanm
 
-%build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 
 # strip pod, already in manual
This page took 0.074379 seconds and 4 git commands to generate.