Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 7ac3c9a

Browse files
committed
Add git initialization and staging in install process
1 parent 39399d8 commit 7ac3c9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Formula/git-pkgs.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ class GitPkgs < Formula
1212

1313
def install
1414
ENV["GEM_HOME"] = libexec
15+
16+
system "git", "init"
17+
system "git", "add", "."
18+
1519
system "bundle", "config", "set", "--local", "without", "development"
1620
system "bundle", "install"
1721
system "gem", "build", "git-pkgs.gemspec"

0 commit comments

Comments
 (0)