adobe-flash-plugin: install license in usr/share/licenses.

This commit is contained in:
Juan RP 2011-10-04 14:49:40 +02:00
parent f6c5ee85d9
commit f9b8c8491c

View file

@ -1,6 +1,7 @@
# Template file for 'adobe-flash-plugin'
pkgname=adobe-flash-plugin
version=11.0.1.152
revision=1
# The EULA file
_eula="http://www.adobe.com/products/eulas/pdfs/PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf"
_eulacksum=3cb0a5f4576be735abcff7189ed18eda17c70b762c3a78a3379b6f44395fbc10
@ -66,5 +67,5 @@ do_install()
vinstall usr/share/kde4/services/kcm_adobe_flash_player.desktop 644 \
usr/share/kde4/services
vinstall "${XBPS_SRCDISTDIR}/$(basename ${_eula})" 644 \
usr/share/doc/${pkgname} LICENSE.pdf
usr/share/licenses/${pkgname} LICENSE.pdf
}