equal
deleted
inserted
replaced
108 # use system ssl |
108 # use system ssl |
109 rm libssl.so.1.0.0 libcrypto.so.1.0.0 || die |
109 rm libssl.so.1.0.0 libcrypto.so.1.0.0 || die |
110 |
110 |
111 cp -R "${S}"/* "${D}opt/genymotion" |
111 cp -R "${S}"/* "${D}opt/genymotion" |
112 pax-mark -m "${D}opt/genymotion/genymotion" |
112 pax-mark -m "${D}opt/genymotion/genymotion" |
|
113 pax-mark -m "${D}opt/genymotion/gmtool" |
113 |
114 |
114 dodir "/opt/bin" |
115 dodir "/opt/bin" |
115 dosym "/opt/genymotion/genymotion" "/opt/bin/genymotion" |
116 dosym "/opt/genymotion/genymotion" "/opt/bin/genymotion" |
116 dosym "/opt/genymotion/genymotion-shell" "/opt/bin/genymotion-shell" |
117 dosym "/opt/genymotion/genymotion-shell" "/opt/bin/genymotion-shell" |
117 dosym "/opt/genymotion/gmtool" "/opt/bin/gmtool" |
118 dosym "/opt/genymotion/gmtool" "/opt/bin/gmtool" |