mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +03:00
@ -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
|
||||
|
Reference in New Issue
Block a user