Changeset 762 in MondoRescue for branches/2.0.9/mondo


Ignore:
Timestamp:
Aug 7, 2006, 10:37:26 AM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r760:761 $SVN_M/branches/stable

Location:
branches/2.0.9/mondo
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0.9/mondo/distributions/gentoo/mondo.ebuild

    r732 r762  
    99DESCRIPTION="The premier GPL disaster recovery solution."
    1010HOMEPAGE="http://www.mondorescue.org"
    11 SRC_URI="ftp://ftp.mondorecue.org/src/${PN/-rescue/}-${PV}.tar.gz"
     11SRC_URI="ftp://ftp.mondorescue.org/src/${PN/-rescue/}-${PV}.tar.gz"
    1212
    1313LICENSE="GPL-2"
  • branches/2.0.9/mondo/distributions/mandriva/spec.m4

    r724 r762  
    22dnl
    33dnl SSS is replaced by the source package format
    4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-TTT.tar.bz2')dnl
     4define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.bz2')dnl
    55dnl DDD is replaced by the list of dependencies specific to that distro
    66define(`DDD', )dnl
  • branches/2.0.9/mondo/distributions/redhat/spec.m4

    r723 r762  
    22dnl
    33dnl SSS is replaced by the source package format
    4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-TTT.tar.gz')dnl
     4define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.gz')dnl
    55dnl DDD is replaced by the list of dependencies specific to that distro
    66define(`DDD', )dnl
  • branches/2.0.9/mondo/distributions/suse/spec.m4

    r724 r762  
    22dnl
    33dnl SSS is replaced by the source package format
    4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-TTT.tar.bz2')dnl
     4define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.bz2')dnl
    55dnl DDD is replaced by the list of dependencies specific to that distro
    66define(`DDD', `, buffer, cdrecord')dnl
  • branches/2.0.9/mondo/mondo/Makefile.am

    r714 r762  
    44pkgdata_DATA   = do-not-compress-these
    55scriptdir      = $(pkgdatadir)
    6 script_DATA    = autorun
    7 
    8 install-data-hook:
    9     @for prog in $(script_DATA); do \
    10       chmod +x $(scriptdir)/$$prog; \
    11     done
     6script_SCRIPTS    = autorun
Note: See TracChangeset for help on using the changeset viewer.