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