aboutsummaryrefslogtreecommitdiffstats
path: root/main/omxplayer/fix-makefile.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-11-21 15:52:48 +0200
committerTimo Teräs <timo.teras@iki.fi>2017-11-21 15:52:48 +0200
commit03bb18a64822416e6db7acb4818d3b2b063495dd (patch)
tree48b17a571a3c1782fb09ba0b41b34855802797df /main/omxplayer/fix-makefile.patch
parent91c0f1ba1f8c2219ca84f398174575b3963fad41 (diff)
downloadaports-03bb18a64822416e6db7acb4818d3b2b063495dd.tar.bz2
aports-03bb18a64822416e6db7acb4818d3b2b063495dd.tar.xz
main/omxplayer: fix install
Diffstat (limited to 'main/omxplayer/fix-makefile.patch')
-rw-r--r--main/omxplayer/fix-makefile.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/main/omxplayer/fix-makefile.patch b/main/omxplayer/fix-makefile.patch
index 3d4c79357f..e739190f2d 100644
--- a/main/omxplayer/fix-makefile.patch
+++ b/main/omxplayer/fix-makefile.patch
@@ -26,23 +26,3 @@
$(STRIP) omxplayer.bin
help.h: README.md Makefile
-@@ -81,17 +84,14 @@
- make -f Makefile.ffmpeg
- make -f Makefile.ffmpeg install
-
--dist: omxplayer.bin omxplayer.1
-+install dist: omxplayer.bin
- mkdir -p $(DIST)/usr/lib/omxplayer
- mkdir -p $(DIST)/usr/bin
- mkdir -p $(DIST)/usr/share/doc/omxplayer
- mkdir -p $(DIST)/usr/share/man/man1
-- cp omxplayer omxplayer.bin $(DIST)/usr/bin
-+ cp omxplayer.bin $(DIST)/usr/bin/omxplayer
- cp COPYING $(DIST)/usr/share/doc/omxplayer
- cp README.md $(DIST)/usr/share/doc/omxplayer/README
-- cp omxplayer.1 $(DIST)/usr/share/man/man1
-- cp -P ffmpeg_compiled/usr/local/lib/*.so* $(DIST)/usr/lib/omxplayer/
-- cd $(DIST); tar -czf ../$(DIST).tgz *
-
- install:
- cp -r $(DIST)/* /