create needed directories before making .ph files
This commit is contained in:
parent
517e01713a
commit
e5075774e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12315
7 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,7 @@ if [ "$2" != POST-INSTALL ] ; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
install -d ${PREFIX:-/usr/local}/lib/perl5/site_perl/5.005/i386-freebsd
|
||||
cd /usr/include && ${PREFIX:-/usr/local}/bin/h2ph *.h machine/*.h sys/*.h
|
||||
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ if [ "$2" != POST-INSTALL ] ; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
install -d ${PREFIX:-/usr/local}/lib/perl5/site_perl/5.005/i386-freebsd
|
||||
cd /usr/include && ${PREFIX:-/usr/local}/bin/h2ph *.h machine/*.h sys/*.h
|
||||
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ if [ "$2" != POST-INSTALL ] ; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
install -d ${PREFIX:-/usr/local}/lib/perl5/site_perl/5.005/i386-freebsd
|
||||
cd /usr/include && ${PREFIX:-/usr/local}/bin/h2ph *.h machine/*.h sys/*.h
|
||||
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ if [ "$2" != POST-INSTALL ] ; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
install -d ${PREFIX:-/usr/local}/lib/perl5/site_perl/5.005/i386-freebsd
|
||||
cd /usr/include && ${PREFIX:-/usr/local}/bin/h2ph *.h machine/*.h sys/*.h
|
||||
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ if [ "$2" != POST-INSTALL ] ; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
install -d ${PREFIX:-/usr/local}/lib/perl5/site_perl/5.005/i386-freebsd
|
||||
cd /usr/include && ${PREFIX:-/usr/local}/bin/h2ph *.h machine/*.h sys/*.h
|
||||
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ if [ "$2" != POST-INSTALL ] ; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
install -d ${PREFIX:-/usr/local}/lib/perl5/site_perl/5.005/i386-freebsd
|
||||
cd /usr/include && ${PREFIX:-/usr/local}/bin/h2ph *.h machine/*.h sys/*.h
|
||||
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ if [ "$2" != POST-INSTALL ] ; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
install -d ${PREFIX:-/usr/local}/lib/perl5/site_perl/5.005/i386-freebsd
|
||||
cd /usr/include && ${PREFIX:-/usr/local}/bin/h2ph *.h machine/*.h sys/*.h
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue