summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-11 18:35:23 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-11 18:35:23 (EDT)
commit9a2e89ae2638bb149220806158a1a8cb6586419c (patch)
treebf80610d2afe85161baf450d4ad6f6700f20798b /build
parent0c58d0405eb546ca8b8a2840eaad2e6f175cfef8 (diff)
Manage some utilities with update-alternatives.
Diffstat (limited to 'build')
-rwxr-xr-xbuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/build b/build
index 2af8662..8654583 100755
--- a/build
+++ b/build
@@ -16,10 +16,10 @@ install: build
oh-autoinstall -- PREFIX="$${PWD}/dest"
install -d dest/usr/bin/ dest/usr/lib/ dest/usr/share/
# /usr/bin/bzip2 and links (bunzip2 and bzcat):
- mv dest/bin/bzip2 dest/usr/bin/
+ mv dest/bin/bzip2 dest/usr/bin/bzip2.bzip2
rm dest/bin/bunzip2 dest/bin/bzcat
- ln -sf bzip2 dest/usr/bin/bunzip2
- ln -sf bzip2 dest/usr/bin/bzcat
+ ln -sf bzip2.bzip2 dest/usr/bin/bunzip2.bzip2
+ ln -sf bzip2.bzip2 dest/usr/bin/bzcat.bzip2
# /usr/bin/bzip2recover:
mv dest/bin/bzip2recover dest/usr/bin/
# /usr/bin/bzgrep and links (bzegrep and bzfgrep):