We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5f96a commit 4c07efeCopy full SHA for 4c07efe
Makefile
@@ -7,10 +7,9 @@ DESCRIPTION = Enable USB ethernet gadget on selected Radxa single board computer
7
8
all:
9
fpm -s dir -t deb -n $(NAME) -v $(VERSION) \
10
- -p $(NAME)_$(VERSION)_all.deb \
+ -a all \
11
--deb-priority optional --category utils \
12
--depends android-tools-adbd \
13
- --force \
14
--deb-field "Multi-Arch: foreign" \
15
--deb-field "Replaces: $(NAME)" \
16
--deb-field "Conflicts: $(NAME)" \
@@ -20,5 +19,5 @@ all:
20
19
--license "GPL-2+" \
21
-m "Radxa <[email protected]>" \
22
--vendor "Radxa" \
23
- -a all \
+ --force \
24
./root/=/
0 commit comments