Added --with-configdir parameter as the rpms tries placing the registry weird places without it set

Original commit message from CVS:
Added --with-configdir parameter as the rpms tries placing the registry weird places without it set
This commit is contained in:
Christian Schaller 2002-01-04 23:27:04 +00:00
parent bceef373d6
commit 7930956d92

View file

@ -61,6 +61,9 @@ applications and plugins for GStreamer.
%{_libdir}/pkgconfig/*
%changelog
* Fri Jan 04 2001 Christian Schaller <Uraeus@linuxrising.org>
- Added configdir parameter as it seems the configdir else gets weird
* Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
- split off gstreamer-editor from core
- removed gstreamer-gnome-apps
@ -129,6 +132,7 @@ FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
--sharedstatedir=%{_sharedstatedir} \
--mandir=%{_mandir} \
--infodir=%{_infodir} \
--with-configdir=/etc/gstreamer \
--disable-tests --disable-examples --disable-debug-color
if [ "$SMP" != "" ]; then
(make "MAKE=make -k -j $SMP"; exit 0)