gentoo-overlay/dev-vcs/gitlab-shell/files/0002-gitlab-shell-5.1.1-Makefile.patch
Manuel Friedli 3a1b1e01cc dev-vcs/gitlab-shell:
Fix ebuild for gitlab-shell-5.1.1; it requires some more love than the previous versions.

Package-Manager: Portage-2.3.6, Repoman-2.3.1
2017-07-09 00:27:19 +02:00

14 lines
252 B
Diff

diff --git a/Makefile b/Makefile
index 2a78178..3b2780a 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,8 @@ REDIS_RB_VENDOR_DIR=lib/vendor/redis
PWD=`pwd`
all:
+ bin/compile
+ strip -s bin/gitaly-*
update-redis:
rm -rf $(REDIS_RB_VENDOR_DIR)