samsung-unified-driver: fix license install path
This commit is contained in:
parent
3a68001b13
commit
0748237ad3
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'samsung-unified-driver-nonfree'
|
||||
pkgname=samsung-unified-driver
|
||||
version=1.00.37
|
||||
revision=1
|
||||
revision=2
|
||||
create_wrksrc=yes
|
||||
only_for_archs="i686 x86_64"
|
||||
repository=nonfree
|
||||
|
@ -20,9 +20,8 @@ post_extract() {
|
|||
|
||||
do_install() {
|
||||
|
||||
vmkdir "$DESTDIR"/usr/share/licenses/$pkgbase
|
||||
vcopy uld/noarch/license/eula.txt "$DESTDIR"/usr/share/licenses/$pkgbase/LICENSE
|
||||
vcopy uld/noarch/license/eula-fr.txt "$DESTDIR"/usr/share/licenses/$pkgbase
|
||||
vlicense uld/noarch/license/eula.txt
|
||||
vlicense uld/noarch/license/eula-fr.txt
|
||||
|
||||
# install the printer driver
|
||||
vmkdir /usr/lib
|
||||
|
|
Loading…
Reference in New Issue