We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549d956 commit c9f17cfCopy full SHA for c9f17cf
package/playready4/playready4.mk
@@ -42,9 +42,11 @@ PLAYREADY4_DATA_DIR=/etc/playready
42
43
define PLAYREADY4_INSTALL
44
$(INSTALL) -d $(1)/usr/lib
45
- $(INSTALL) -D -m 0755 $(@D)/bin/exe/prdy_test.exe $(1)/usr/bin/prdy_test.exe
46
$(INSTALL) -D -m 0755 $(@D)/bin/lib/libplayready.so $(1)/usr/lib/libplayready.so
47
+ test -f $(@D)/bin/exe/prdy_test.exe && \
48
+ $(INSTALL) -D -m 0755 $(@D)/bin/exe/prdy_test.exe $(1)/usr/bin/prdy_test.exe
49
+
50
$(INSTALL) -d $(1)$(PLAYREADY4_DATA_DIR)
51
endef
52
0 commit comments