[SCM] rtkit/master: Fixup build in outoftree
fsateler at users.alioth.debian.org
fsateler at users.alioth.debian.org
Sun Oct 18 15:50:39 UTC 2015
The following commit has been merged in the master branch:
commit 128e9bee77203959ca5703ae10f685ce12d3155d
Author: Felipe Sateler <fsateler at debian.org>
Date: Sun Oct 18 11:31:15 2015 -0300
Fixup build in outoftree
diff --git a/debian/rules b/debian/rules
index 8fd0c69..5bf2e21 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,6 @@ DEB_CONFIGURE_EXTRA_FLAGS += --with-systemdsystemunitdir=/lib/systemd/system
DEB_BUILDDIR = $(CURDIR)/obj-$(DEB_BUILD_GNU_TYPE)
common-install-arch::
- $(CURDIR)/rtkit-daemon --introspect > org.freedesktop.RealtimeKit1.xml
- install -m 644 -D org.freedesktop.RealtimeKit1.xml $(CURDIR)/debian/rtkit/usr/share/dbus-1/interfaces/org.freedesktop.RealtimeKit1.xml
- install -m 755 rtkit-test $(CURDIR)/debian/rtkit/usr/lib/rtkit/rtkit-test
+ $(DEB_BUILDDIR)/rtkit-daemon --introspect > $(DEB_BUILDDIR)/org.freedesktop.RealtimeKit1.xml
+ install -m 644 -D $(DEB_BUILDDIR)/org.freedesktop.RealtimeKit1.xml $(CURDIR)/debian/rtkit/usr/share/dbus-1/interfaces/org.freedesktop.RealtimeKit1.xml
+ install -m 755 $(DEB_BUILDDIR)/rtkit-test $(CURDIR)/debian/rtkit/usr/lib/rtkit/rtkit-test
--
rtkit packaging
More information about the pkg-multimedia-commits
mailing list