Changeset 461
- Timestamp:
- Nov 17, 2014, 10:57:13 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.in
r452 r461 986 986 @RPMTOP=`cat ~/.rpmmacros 2>/dev/null | grep '%_topdir' | awk '{ print $$2}'`; \ 987 987 if test x"$$RPMTOP" = x; then RPMTOP=/usr/src; fi; \ 988 if ! test -d "$$RPMTOP"; then \ 989 RPMTOP=`echo $$HOME/rpmbuild`; \ 990 fi; \ 988 991 echo "Searching the RPM package below $$RPMTOP ..."; \ 989 992 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 1 3.1.4: 2 * search RPM in $HOME/rpmbuild if test -d _topdir fails (CentOS 3 recommends '%(echo $HOME)/topdir', reported by E. Taft) 4 1 5 3.1.3: 2 6 * remove initgroups() from the popen call in unix entropy gatherer
Note:
See TracChangeset
for help on using the changeset viewer.