Changeset 910


Ignore:
Timestamp:
05/22/13 17:06:17 (11 years ago)
Author:
ramonb
Message:

Makefile:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/Makefile

    r908 r910  
    3232REQUIRED = ./jobarchived ./jobmond ./web
    3333
    34 all:
     34all:    tarball rpm srpm deb
    3535
    3636tarball:        tarball-gzip tarball-bzip
     
    5454./pkg/rpm/jobmonarch.spec: pkg/rpm/jobmonarch.spec.in Makefile
    5555        sed -e 's/__VERSION__/${VERSION}/g' -e 's/__RELEASE__/${RELEASE}/g' ./pkg/rpm/jobmonarch.spec.in > ./pkg/rpm/jobmonarch.spec
     56        @if test -r /etc/debian_version; then \
     57                sed -i -e '/BuildRequires/d' ./pkg/rpm/jobmonarch.spec; \
     58        fi
    5659
    5760rpm: tarball-bzip
Note: See TracChangeset for help on using the changeset viewer.