From 11e973581e4c0a12b44f6d2c56307e12f91b380c Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Tue, 4 Sep 2018 11:15:11 +0200 Subject: community/git-lfs: fix post-install, don't install lfs in local repo As suggested by Kapczuk Piotr. --- community/git-lfs/git-lfs.post-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/git-lfs/git-lfs.post-install') diff --git a/community/git-lfs/git-lfs.post-install b/community/git-lfs/git-lfs.post-install index cc239e075e..cc9a36578e 100644 --- a/community/git-lfs/git-lfs.post-install +++ b/community/git-lfs/git-lfs.post-install @@ -1,3 +1,3 @@ #!/bin/sh -git-lfs install --system +git-lfs install --skip-repo --system -- cgit v1.2.3