[Bps-public-commit] r15225 - in Shipwright/trunk: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Aug 18 11:33:29 EDT 2008
Author: sunnavy
Date: Mon Aug 18 11:33:18 2008
New Revision: 15225
Modified:
Shipwright/trunk/ (props changed)
Shipwright/trunk/lib/Shipwright/Manual/Tutorial.pod
Log:
r15799 at sunnavys-mb: sunnavy | 2008-08-18 23:29:13 +0800
tiny tutorial update
Modified: Shipwright/trunk/lib/Shipwright/Manual/Tutorial.pod
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Manual/Tutorial.pod (original)
+++ Shipwright/trunk/lib/Shipwright/Manual/Tutorial.pod Mon Aug 18 11:33:18 2008
@@ -106,6 +106,13 @@
L<Module::Build>), you would now need to edit F<scripts/DISTNAME/build> to tell
Shipwright how to build that source.
+For our tutorial, e.g. perl 5.10, the build can't be created automitacally,
+so we need to edit the build file:
+
+ configure: ./Configure -des -Dprefix=%%INSTALL_BASE%%
+ test: make test
+ install: make install
+
For more information on build scripts, see L<Shipwright::Manual::CustomizeBuild>.
=head2 update
More information about the Bps-public-commit
mailing list