source: ProjectBuilder/devel/pb/contrib/newpb@ 283

Last change on this file since 283 was 283, checked in by Bruno Cornec, 16 years ago
  • Fix pbdistrocheck usage
  • Fix build process for older distro + add new test scripts for delivery
  • Attempt to solve the problem of the delivery variable for MakeMaker which is different depending on version (PREFIX or destdir)

(merge -r276:282 svn+ssh://bruno@svn.mondorescue.org/mondo/svn/pb/0.8.11)

  • Property svn:executable set to *
File size: 422 bytes
Line 
1#!/usr/bin/perl -w
2
3# Script to be used as pbscript to install latest pb version
4# missing pb account on the QEMU VM, and adds it to sudo
5
6use strict;
7
8system "ntpdate ntp.home.musique-ancienne.org ; rm -rf project-builder-* ; wget --passive-ftp ftp://ftp.mondorescue.org/src/project-builder-latest.tar.gz ; tar xvfz project-builder-latest.tar.gz ; cd project-builder-* ; perl Makefile.PL ; make ; make install ; cd ..";
9
Note: See TracBrowser for help on using the repository browser.