user/gitlab-foss: fix gems folder
This commit is contained in:
parent
ebe3449109
commit
a3886cd884
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ pkgname=gitlab-foss
|
||||||
_pkgname=${pkgname%-foss}
|
_pkgname=${pkgname%-foss}
|
||||||
pkgver=16.2.0
|
pkgver=16.2.0
|
||||||
_gittag=v$pkgver
|
_gittag=v$pkgver
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="A version control for your server"
|
pkgdesc="A version control for your server"
|
||||||
url="https://gitlab.com/gitlab-org/gitlab-foss"
|
url="https://gitlab.com/gitlab-org/gitlab-foss"
|
||||||
arch="!armv7 x86_64"
|
arch="!armv7 x86_64"
|
||||||
|
@ -246,7 +246,7 @@ package() {
|
||||||
# Note: *VERSION files and doc directory are required (Help in GitLab
|
# Note: *VERSION files and doc directory are required (Help in GitLab
|
||||||
# menu refers to the doc directory).
|
# menu refers to the doc directory).
|
||||||
cp -rl .bundle config.ru Gemfile* INSTALLATION_TYPE Rakefile ./*VERSION \
|
cp -rl .bundle config.ru Gemfile* INSTALLATION_TYPE Rakefile ./*VERSION \
|
||||||
app data db doc fixtures config lib locale metrics_server public sidekiq_cluster vendor \
|
app data db doc fixtures config lib locale metrics_server public sidekiq_cluster vendor gems \
|
||||||
"$destdir"/
|
"$destdir"/
|
||||||
|
|
||||||
install -m755 -t "$destdir"/bin/ \
|
install -m755 -t "$destdir"/bin/ \
|
||||||
|
|
Loading…
Reference in a new issue