We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03a4402 + a9b1f0b commit d5b4f24Copy full SHA for d5b4f24
package/playready/playready.mk
@@ -33,12 +33,6 @@ define PLAYREADY_INSTALL_STAGING_PC
33
endef
34
35
define PLAYREADY_INSTALL_TARGET_ETC_PLAYREADY
36
- if [ -f package/playready/bgroupcert.dat ]; then \
37
- $(INSTALL) -D -m 0644 package/playready/bgroupcert.dat $(TARGET_DIR)/etc/playready/; \
38
- fi
39
- if [ -f package/playready/zgpriv.dat ]; then \
40
- $(INSTALL) -D -m 0644 package/playready/zgpriv.dat $(TARGET_DIR)/etc/playready/; \
41
42
ln -sf /tmp $(TARGET_DIR)/etc/playready/storage
43
44
0 commit comments