Browse Source

gnue-common: fixed gnue-conf.in to not reset pyconfopt but pyinstopt

stable/0.2
Christian Wiese 14 years ago
parent
commit
1ee57c31ce
  1. 3
      gnue/gnue-common/gnue-conf.in

3
gnue/gnue-common/gnue-conf.in

@ -3,6 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../gnue-common/gnue-conf.in
# Copyright (C) 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -18,5 +19,5 @@ if [ "$prefix_auto" = 1 ]; then
fi
if [ "$pkg" != "gnue-common" ]; then
pyconfopt=' '
pyinstopt=''
fi

Loading…
Cancel
Save