1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-26 01:49:31 +03:00

oops. Use -r, not -f

(This used to be commit 33686a2a7d)
This commit is contained in:
Gerald Carter
2003-01-03 15:21:01 +00:00
parent eafdbcc36d
commit 38426387c2

View File

@ -12,7 +12,7 @@
# Note: Under this directory rpm expects to find the same directories that are under the
# /usr/src/redhat directory
#
if [ -f ~/.rpmmacros ]; then
if [ -r ~/.rpmmacros ]; then
TOPDIR=`awk '/topdir/ {print $2}' < ~/.rpmmacros`
if [ z$TOPDIR != "z" ]; then
SPECDIR=${TOPDIR}/SPECS