mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ipw2100-firmware: fix installation.
--HG-- extra : convert_revision : 710f47841c7555d03e12a17333eb54a7d301ddfe
This commit is contained in:
parent
a54d0e694d
commit
6b12936189
1 changed files with 0 additions and 2 deletions
|
@ -18,8 +18,6 @@ noarch=yes
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
mv ${XBPS_BUILDDIR}/*.fw ${XBPS_BUILDDIR}/LICENSE ${wrksrc} || return 1
|
|
||||||
|
|
||||||
install -d ${DESTDIR}/lib/firmware \
|
install -d ${DESTDIR}/lib/firmware \
|
||||||
${DESTDIR}/usr/share/doc/${pkgname} || return 1
|
${DESTDIR}/usr/share/doc/${pkgname} || return 1
|
||||||
install -m644 ${wrksrc}/*.fw ${DESTDIR}/lib/firmware || return 1
|
install -m644 ${wrksrc}/*.fw ${DESTDIR}/lib/firmware || return 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue