Changeset 461


Ignore:
Timestamp:
Nov 17, 2014, 10:57:13 AM (10 years ago)
Author:
katerina
Message:

Fix for ticket #361 (searching RPM package after build).

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

    r452 r461  
    986986        @RPMTOP=`cat ~/.rpmmacros 2>/dev/null | grep '%_topdir' | awk '{ print $$2}'`; \
    987987        if test x"$$RPMTOP" = x; then RPMTOP=/usr/src; fi; \
     988        if ! test -d "$$RPMTOP"; then \
     989          RPMTOP=`echo $$HOME/rpmbuild`; \
     990        fi; \
    988991        echo "Searching the RPM package below $$RPMTOP ..."; \
    989992        RPMFILE=`find $$RPMTOP -follow -maxdepth 4 -cnewer ./samhain.spec 2>/dev/null | grep '@install_name@-$(VERSION)' | grep '\.rpm' | grep -v '\.src\.'`; \
  • trunk/docs/Changelog

    r460 r461  
     13.1.4:
     2        * search RPM in $HOME/rpmbuild if test -d _topdir fails (CentOS
     3          recommends '%(echo $HOME)/topdir', reported by E. Taft)
     4
    153.1.3:
    26        * remove initgroups() from the popen call in unix entropy gatherer
Note: See TracChangeset for help on using the changeset viewer.