We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9ea1be + ac9abfa commit 13fda8dCopy full SHA for 13fda8d
rpm/SPECS/git-lfs.spec
@@ -25,15 +25,15 @@ Enterprise.
25
%prep
26
%setup -q -n %{name}-%{version}
27
export GOPATH=`pwd`
28
-mkdir -p src/github.com/github
29
-ln -s $(pwd) src/github.com/github/%{name}
+mkdir -p src/github.com/git-lfs
+ln -s $(pwd) src/github.com/git-lfs/%{name}
30
31
%build
32
%if 0%{?rhel} == 5
33
export CGO_ENABLED=0
34
%endif
35
36
-pushd src/github.com/github/%{name}
+pushd src/github.com/git-lfs/%{name}
37
%if %{_arch} == i386
38
GOARCH=386 ./script/bootstrap
39
%else
@@ -65,7 +65,7 @@ export GIT_LFS_TEST_DIR=$(mktemp -d)
65
# skip it.
66
export SKIPAPITESTCOMPILE=1
67
68
69
./script/test
70
./script/integration
71
popd
0 commit comments