[SCM] kodi/master: Use more absolute paths in d/rules

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Mon Nov 14 11:53:55 UTC 2016


The following commit has been merged in the master branch:
commit b5f21e6bf4acf8994f64c79bc65a4950c648972f
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Mon Nov 14 11:00:17 2016 +0100

    Use more absolute paths in d/rules

diff --git a/debian/rules b/debian/rules
index 984a30f..069cc29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -113,9 +113,9 @@ override_dh_auto_configure: configure
 		/usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf \
 		$(DEJAVUSANS) \
 		$(CURDIR)/media/Fonts/arial.ttf
-	cp -r /usr/src/gtest ./lib/
-	mkdir -p lib/gtest/lib/.libs
-	ln -s ../../libgtest.a lib/gtest/lib/.libs/
+	cp -r /usr/src/gtest/ $(CURDIR)/lib/
+	mkdir -p $(CURDIR)/lib/gtest/lib/.libs
+	ln -s ../../libgtest.a $(CURDIR)/lib/gtest/lib/.libs/
 	./bootstrap
 	dh_auto_configure -- $(KODI_CONFIG_OPTIONS)
 	# Add "from Debian" next to Kodi's original logo

-- 
kodi packaging



More information about the pkg-multimedia-commits mailing list