Skip to content

Commit

Permalink
Fix depends
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Jul 2, 2017
1 parent c01a844 commit 7e0fe0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ linux-rock64-$(RELEASE_NAME).deb: $(PACKAGES)
fpm -s empty -t deb -n linux-rock64 -v $(RELEASE_NAME) \
-p $@ \
--deb-priority optional --category admin \
--depends linux-rock64-package=$(RELEASE_NAME) \
--depends linux-image-$(KERNEL_RELEASE)=$(RELEASE_NAME) \
--depends linux-headers-$(KERNEL_RELEASE)=$(RELEASE_NAME) \
--depends "linux-rock64-package (= $(RELEASE_NAME))" \
--depends "linux-image-$(KERNEL_RELEASE) (= $(RELEASE_NAME))" \
--depends "linux-headers-$(KERNEL_RELEASE) (= $(RELEASE_NAME))" \
--force \
--url https://gitlab.com/ayufan-rock64/linux-build \
--description "Rock64 Linux virtual package: depends on kernel and compatibility package" \
Expand Down

0 comments on commit 7e0fe0b

Please sign in to comment.