From aef4047b24380133c018e374dcb87c098eb18361 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Mon, 2 Dec 2002 00:37:55 +0000 Subject: Changed conditional in .rpmmacros from -x to -r. ie: From 'exists and is exexuctable' to 'exists and is readable' (This used to be commit 6076d9345fe30b4ea2c7429e750f9d32b0264247) --- packaging/RedHat/makerpms.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging/RedHat/makerpms.sh.tmpl') diff --git a/packaging/RedHat/makerpms.sh.tmpl b/packaging/RedHat/makerpms.sh.tmpl index 31e660d945..88c0c1562d 100644 --- a/packaging/RedHat/makerpms.sh.tmpl +++ b/packaging/RedHat/makerpms.sh.tmpl @@ -12,7 +12,7 @@ # Note: Under this directory rpm expects to find the same directories that are under the # /usr/src/redhat directory # -if [ -x ~/.rpmmacros ]; then +if [ -r ~/.rpmmacros ]; then TOPDIR=`awk '/topdir/ {print $2}' < ~/.rpmmacros` if [ z$TOPDIR <> "z" ]; then SPECDIR=${TOPDIR}/SPECS -- cgit