Changeset 974


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

[Makefile] Fix rpm: rule. --with => --define.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1/Makefile

    r954 r974  
    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.