source: ProjectBuilder/0.8.11/pb/contrib/newpb@ 281

Last change on this file since 281 was 281, checked in by Bruno Cornec, 16 years ago

Fix build process for older distro + add new test scripts for delivery

  • 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.