- Fix %go_make_install macro, wrong TARGDIR

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=51
This commit is contained in:
Sascha Peilicke 2011-05-20 09:33:34 +00:00 committed by Git OBS Bridge
parent fcd1b21569
commit b338f4ae7b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 20 09:31:49 UTC 2011 - saschpe@suse.de
- Fix %go_make_install macro, wrong TARGDIR
-------------------------------------------------------------------
Fri May 20 09:25:13 UTC 2011 - saschpe@suse.de

View File

@ -23,6 +23,6 @@ make
%go_make_install \
GOROOT=%{go_dir} \
TARGDIR=%{buildroot}%{go_sitearch}/pkg/linux_%{go_arch} \
TARGDIR=%{buildroot}%{go_sitearch} \
make install