Accepting request 125203 from home:jengelh:branches:Publishing

- Use a more future-proof source path for copying in config.*

OBS-URL: https://build.opensuse.org/request/show/125203
OBS-URL: https://build.opensuse.org/package/show/Publishing/a2ps?expand=0&rev=23
This commit is contained in:
OBS User mrdocs
2012-06-17 05:13:40 +00:00
committed by Git OBS Bridge
parent 95d83c13e2
commit 765da1123c
2 changed files with 6 additions and 1 deletions

View File

@@ -107,7 +107,7 @@ rename no nb po/no.*
%build
#XXX: ugly hack; necessary??
cp /usr/share/automake-1.11/config.* auxdir/ || cp /usr/share/automake-1.12/config.* auxdir/
cp /usr/share/automake-*/config.{guess,sub} auxdir/
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -funroll-loops -Wall -pipe -fstack-protector"
export LPR=lpr
export CC=gcc