mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 17:32:18 +00:00
c533db26d3
* Add files via upload
* Update inputplumber.spec
* Rename make-install-don't-build.patch to make-install-dont-build.patch
* Update inputplumber.spec
* Update make-install-dont-build.patch
* fix: Add new files
---------
(cherry picked from commit eed3af2b6a)
Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
14 lines
733 B
Diff
14 lines
733 B
Diff
--- a/Makefile 2025-05-21 22:56:09.064696169 -0500
|
|
+++ b/Makefile 2025-05-21 23:14:40.494058939 -0500
|
|
@@ -41,8 +41,8 @@
|
|
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z_0-9-]+:.*?##/ { printf " \033[36m%-15s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)
|
|
|
|
.PHONY: install
|
|
-install: build ## Install inputplumber to the given prefix (default: PREFIX=/usr)
|
|
- install -D -m 755 target/$(TARGET_ARCH)/$(BUILD_TYPE)/$(NAME) \
|
|
+install:
|
|
+ install -D -m 755 target/$(BUILD_TYPE)/$(NAME) \
|
|
$(PREFIX)/bin/$(NAME)
|
|
install -D -m 644 rootfs/usr/share/dbus-1/system.d/$(DBUS_NAME).conf \
|
|
$(PREFIX)/share/dbus-1/system.d/$(DBUS_NAME).conf
|