blob: 70859aa49bcc6d4efd52d2bcaa2092d5ecc825bb [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 23a97efde2aef171312000f7859ef4c573ce2ada Mon Sep 17 00:00:00 2001
2From: Andrei Gherzan <andrei@gherzan.ro>
3Date: Sun, 19 Jan 2014 20:35:29 +0200
4Subject: [PATCH] omxplayer: Update to remote HEAD
5
Patrick Williams8b8bc412016-08-17 15:02:23 -05006Revert the tar command change introduced in:
7https://github.com/popcornmix/omxplayer/commit/201c77973155861e60492e45d35467b19b69c1c4
8
9This fails if DIST is an absolute path. The old command was working just fine.
10
11Upstream-Status: Pending
12
13Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
14Signed-off-by: Jonathan Liu <net147@gmail.com>
15
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080016---
17 Makefile | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
Patrick Williams8b8bc412016-08-17 15:02:23 -050020Index: git/Makefile
21===================================================================
22--- git.orig/Makefile
23+++ git/Makefile
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080024@@ -91,7 +91,7 @@ dist: omxplayer.bin omxplayer.1
25 cp README.md $(DIST)/usr/share/doc/omxplayer/README
26 cp omxplayer.1 $(DIST)/usr/share/man/man1
Patrick Williams8b8bc412016-08-17 15:02:23 -050027 cp -P ffmpeg_compiled/usr/lib/*.so* $(DIST)/usr/lib/omxplayer/
28- cd $(DIST); tar -czf ../$(DIST).tgz *
29+ tar -czf omxplayer-dist.tar.gz $(DIST)
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080030
31 install:
32 cp -r $(DIST)/* /