Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CyberLeo
Adélie Package Tree
Commits
2a532cb8
Verified
Commit
2a532cb8
authored
5 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
system/coreutils: move install(1) to /usr/bin for user/newt etal
parent
ebabf853
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
system/coreutils/APKBUILD
+5
-2
5 additions, 2 deletions
system/coreutils/APKBUILD
with
5 additions
and
2 deletions
system/coreutils/APKBUILD
+
5
−
2
View file @
2a532cb8
...
...
@@ -3,7 +3,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
coreutils
pkgver
=
8.31
pkgrel
=
3
pkgrel
=
4
pkgdesc
=
"Basic file, shell, and text manipulation utilities"
url
=
"https://www.gnu.org/software/coreutils/"
arch
=
"all"
...
...
@@ -60,8 +60,11 @@ package() {
# stdbuf(1) requires a /usr/libexec/ .so
# env(1) needs to be in /usr/bin/ for compatibility with the rest of the world
# install(1) " "
mkdir
-p
"
$pkgdir
"
/usr/bin
mv
"
$pkgdir
"
/bin/stdbuf
"
$pkgdir
"
/bin/env
"
$pkgdir
"
/usr/bin/
for
USR_PROGRAM
in
env install stdbuf
;
do
mv
"
$pkgdir
"
/bin/
$USR_PROGRAM
"
$pkgdir
"
/usr/bin/
done
}
sha512sums
=
"ef8941dae845bbf5ae5838bc49e44554a766302930601aada6fa594e8088f0fbad74e481ee392ff89633e68b99e4da3f761fcb5d31ee3b233d540fe2a2d4e1af coreutils-8.31.tar.xz
...
...
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