mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
433 B

  1. # Quick & Dirty hack for the perllocal problem
  2. # .. to be included by packages which do 'share' the perllocal.pod file
  3. #
  4. eval `perl -V:archlib`
  5. hook_add premake 1 "( cd $archlib; mv -v perllocal.pod perllocal.pod.sik || true; )"
  6. hook_add postmake 9 "( cd $archlib; mv -v perllocal.pod $pkg.pod || true;
  7. mv -v perllocal.pod.sik perllocal.pod || true; )"
  8. var_append flist''del '|' "${archlib#/}/perllocal.pod"