install adobe yum repo instead of flash plugin directly (#575)

This commit is contained in:
Marek Marczykowski 2012-05-22 16:54:15 +02:00
parent 2b1d34b964
commit f01a2ad8fe
4 changed files with 6 additions and 2 deletions

Binary file not shown.

View File

@ -1,3 +1,7 @@
#!/bin/sh #!/bin/sh
cp 3rd_party_software/libflashplayer.so mnt/usr/lib64/mozilla/plugins/
cp 3rd_party_software/flash-player-properties mnt/usr/bin/ INSTALLDIR=$PWD/mnt
rpm -i --root=$INSTALLDIR 3rd_party_software/adobe-release-x86_64-*.noarch.rpm
rpm --import --root=$INSTALLDIR mnt/etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
yum install -c $PWD/yum.conf -y --installroot=$INSTALLDIR flash-plugin