Changeset 461 for trunk/Makefile.in


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

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

File:
1 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\.'`; \
Note: See TracChangeset for help on using the changeset viewer.