Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
ded46265
Commit
ded46265
authored
11 months ago
by
Sertonix
Committed by
J0WI
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/otrs: simplify and fix -bash-comletion subpackage
parent
2a28a4ba
No related branches found
No related tags found
1 merge request
!64201
testing/otrs: modernize and fix bash-completion path
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/otrs/APKBUILD
+3
-10
3 additions, 10 deletions
testing/otrs/APKBUILD
with
3 additions
and
10 deletions
testing/otrs/APKBUILD
+
3
−
10
View file @
ded46265
...
...
@@ -17,7 +17,7 @@ depends="perl perl-archive-zip perl-crypt-eksblowfish perl-crypt-ssleay
perl-xml-parser perl-yaml-xs font-dejavu perl-datetime perl-moo
perl-css-minifier-xs perl-javascript-minifier-xs"
subpackages
=
"
$pkgname
-doc
$pkgname
-dev
$pkgname
-setup
$pkgname
-apache2
$pkgname
-fastcgi
$pkgname
-nginx
$pkgname
-bash-completion
:bashcomp
$pkgname
-fastcgi
$pkgname
-nginx
$pkgname
-bash-completion
$pkgname
-openrc"
install
=
"
$pkgname
.pre-install
$pkgname
.post-install
$pkgname
.post-upgrade
$pkgname
-setup.post-install
$pkgname
-setup.post-deinstall"
...
...
@@ -103,6 +103,8 @@ package() {
cp
-r
"
$builddir
"
/
*
var/lib/
$pkgname
install
-Dm755
"
$srcdir
"
/
$pkgname
.initd etc/init.d/
$pkgname
install
-Dm644
"
$builddir
"
/.bash_completion
\
usr/share/bash-completion/completions/
$pkgname
# switch to system fonts
rm
-fr
var/lib/
$pkgname
/var/fonts
...
...
@@ -230,15 +232,6 @@ nginx() {
"
$subpkgdir
"
/etc/nginx/
$pkgname
.conf
}
bashcomp
()
{
pkgdesc
=
"
$pkgdesc
(bash completion)"
depends
=
""
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
bash-completion"
install
-Dm644
"
$builddir
"
/.bash_completion
\
"
$subpkgdir
"
/var/lib/
$pkgname
/.bash_completion
}
sha512sums
=
"
898d97edffb82965767d77f5c7f0bdf9cf286008ce32fb46d67eb5d571b9576777d95573e2ed66d69db6141039f9b350f8c64e022478b08cd9b0d00d9c87f2a8 znuny-6.0.48.tar.bz2
90d43b350a00fa1648c8add5e2af9b88f78cb583f71438306a9b80ee45a939eda903472b84db1327e0579a5d8c5fd88e3c1e7d55a15106aeef426b16e932363d otrs.initd
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment