Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(nix): fix makefile vendor patch #359

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 9 additions & 11 deletions packaging/nix/0-Makefile-no-vendor.patch
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
diff --git a/Makefile.in b/Makefile.in
index 9324abc..a293409 100644
index 3b3e1f0..562f933 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -21,7 +21,7 @@ FLATPAK ?= xfalse
@@ -29,7 +29,7 @@ endif

.PHONY: all
ifeq ($(FLATPAK), xtrue)
-all: umu-dist umu-launcher umu-vendored
+all: umu-dist umu-launcher
endif

.PHONY: install
@@ -30,8 +30,8 @@ SOURCE_DATE_EPOCH = $(shell LC_ALL=C date --date='@1580601600')
@@ -38,8 +38,8 @@ SOURCE_DATE_EPOCH = $(shell LC_ALL=C date --date='@1580601600')
all: zipapp
install: zipapp-install
else
-all: umu-dist umu-docs umu-launcher umu-vendored
-install: umu-install umu-launcher-install umu-vendored-install
+all: umu-dist umu-docs umu-launcher
+install: umu-install umu-launcher-install
-all: umu-dist umu-docs umu-launcher umu-vendored umu-delta
-install: umu-install umu-launcher-install umu-vendored-install umu-delta-install
+all: umu-dist umu-docs umu-launcher umu-delta
+install: umu-install umu-launcher-install umu-delta-install
endif