mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
samsung-unified-driver: fix license install path
This commit is contained in:
parent
3a68001b13
commit
0748237ad3
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'samsung-unified-driver-nonfree'
|
# Template file for 'samsung-unified-driver-nonfree'
|
||||||
pkgname=samsung-unified-driver
|
pkgname=samsung-unified-driver
|
||||||
version=1.00.37
|
version=1.00.37
|
||||||
revision=1
|
revision=2
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
|
@ -20,9 +20,8 @@ post_extract() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
||||||
vmkdir "$DESTDIR"/usr/share/licenses/$pkgbase
|
vlicense uld/noarch/license/eula.txt
|
||||||
vcopy uld/noarch/license/eula.txt "$DESTDIR"/usr/share/licenses/$pkgbase/LICENSE
|
vlicense uld/noarch/license/eula-fr.txt
|
||||||
vcopy uld/noarch/license/eula-fr.txt "$DESTDIR"/usr/share/licenses/$pkgbase
|
|
||||||
|
|
||||||
# install the printer driver
|
# install the printer driver
|
||||||
vmkdir /usr/lib
|
vmkdir /usr/lib
|
||||||
|
|
Loading…
Add table
Reference in a new issue