pmaports/device/device-huawei-y530/APKBUILD
Oliver Smith ec65cb9968 Weston: log to syslog instead of /tmp/weston.log (#762)
Placing such files in /tmp/ is an unnecessary attack vector, as
@pavelmachek showed. All udev rules, which mentioned /tmp/weston.log
do not contain any path anymore.

Logs can be read with:
logread -f /var/log/messages | grep weston

See also: <https://wiki.alpinelinux.org/wiki/Syslog>
2017-10-17 20:38:47 +00:00

26 lines
808 B
Text

pkgname=device-huawei-y530
pkgver=1
pkgrel=4
pkgdesc="Huawei Ascend Y530"
url="https://github.com/postmarketOS"
arch="noarch"
license="MIT"
depends="linux-huawei-y530 mkbootimg firmware-huawei-y530"
makedepends=""
install=""
subpackages=""
source="
deviceinfo
90-touchscreen-dev.rules
"
options="!check"
package() {
install -D -m644 "$srcdir"/deviceinfo \
"$pkgdir"/etc/deviceinfo
install -D -m644 "$srcdir"/90-touchscreen-dev.rules \
"$pkgdir"/etc/udev/rules.d/90-touchscreen-dev.rules
}
sha512sums="842703355fbdff084800fff8225a3ad59891e7a687f951c0e93ce3d6ae499af430ed0ad18b5a523fa1e6bc51ad8de2f7b28fdead9b4acbbda65700e2e259286e deviceinfo
b2ebcd94e54b474d5a0d03f25af0d152583cddbb8ae8a70b72d65e96c9114a11fd535ffc964b23a0852fd541198c940fe6e867dafb6e6a8a12cb6fa5d1538d45 90-touchscreen-dev.rules"