aboutsummaryrefslogtreecommitdiffstats
path: root/specgen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'specgen.sh')
-rwxr-xr-xspecgen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/specgen.sh b/specgen.sh
index 697c8f99..415df43d 100755
--- a/specgen.sh
+++ b/specgen.sh
@@ -112,7 +112,8 @@ GUI konfigurator do fetchmaila napisany w pythonie.
%build
CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" # Add --enable-nls --without-included-gettext for internationalization
-./configure
+export CFLAGS LDFLAGS
+./configure -prefix=/usr
make
%install