We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10736f3 commit a9b1f0bCopy full SHA for a9b1f0b
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