mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-03 10:22:19 +00:00
ba50869e37
upstream builds the module inside the source directory,
which prevents it being removed on upgrade/remove.
also prevents build failures due to the patch failing to apply
(cherry picked from commit 3754f60187)
Co-authored-by: Luan Vitor Simião Oliveira <luanv.oliveira@outlook.com>
11 lines
269 B
Plaintext
11 lines
269 B
Plaintext
PACKAGE_NAME="logitech-rs50-linux-driver"
|
|
PACKAGE_VERSION="__VERSION_STRING"
|
|
AUTOINSTALL="yes"
|
|
|
|
MAKE[0]="'make' KVERSION=$kernelver"
|
|
CLEAN="make clean"
|
|
|
|
BUILT_MODULE_NAME[0]="hid-logitech-hidpp"
|
|
DEST_MODULE_NAME[0]="hid-logitech-hidpp"
|
|
DEST_MODULE_LOCATION[0]="/extra"
|