Manuel Friedli
3a1b1e01cc
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
13 lines
252 B
Diff
13 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)
|