Changeset 973


Ignore:
Timestamp:
07/04/14 09:20:09 (10 years ago)
Author:
olahaye
Message:

[Makefile] Fix the rpm: rule (--with => --define)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/Makefile

    r955 r973  
    6565rpm: tarball-bzip
    6666        # Binary package will reflect most distro where ganglia default location is /usr/share/ganglia
    67         @LC_ALL=C rpmbuild -tb --with web_prefixdir=/usr/share/ganglia-webfrontend ../ganglia_jobmonarch-${VERSION}.tar.bz2|grep "Wrote: "
     67        @LC_ALL=C rpmbuild -tb --define 'web_prefixdir /usr/share/ganglia-webfrontend' ../ganglia_jobmonarch-${VERSION}.tar.bz2|grep "Wrote: "
    6868
    6969srpm: tarball-bzip
Note: See TracChangeset for help on using the changeset viewer.