diff options
Diffstat (limited to 'rpm/template')
-rw-r--r-- | rpm/template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm/template b/rpm/template index 7b03ed5ab2..7b24ac1d82 100644 --- a/rpm/template +++ b/rpm/template @@ -11,7 +11,7 @@ Source: glibc-@VERSION@.tar.gz %build configure --prefix=@prefix@ -if test x@prefix@ = /usr; then +if test x@prefix@ = x/usr; then cat >configparms <<EOF slibdir=/lib sysconfdir=/etc |