[Gstreamer-bugs] [Bug 94102] New - doesn't install to temporary directory

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Tue Sep 24 12:29:48 PDT 2002


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=94102

Changed by ds at schleef.org.

--- shadow/94102	Tue Sep 24 15:29:48 2002
+++ shadow/94102.tmp.30197	Tue Sep 24 15:29:48 2002
@@ -0,0 +1,30 @@
+Bug#: 94102
+Product: GStreamer
+Version: cvs
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gst-player
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: ds at schleef.org               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.4.0
+URL: 
+Summary: doesn't install to temporary directory
+
+'make prefix=$(some_tmpdir) install' fails because it tries to install
+stuff into /etc.  The Debian packaging currently works around this by using:
+
+$(MAKE) prefix=$(CURDIR)/debian/tmp/usr \
+ sysconfdir=$(CURDIR)/debian/tmp/etc/gconf/schemas/ \
+ GCONF_SCHEMA_CONFIG_SOURCE=xml::$(CURDIR)/debian/tmp/etc/gconf.xml.defaults/ \
+ install
+
+btw, $(CURDIR)/debian/tmp is the temporary root directory for packaging.
+
+
+
+dave...





More information about the Gstreamer-bugs mailing list