Skip to content

Commit

Permalink
Merge pull request #2784 from mariux64/fix-dangling-passwd
Browse files Browse the repository at this point in the history
Remove dangling symlink for passwd
  • Loading branch information
donald authored Dec 1, 2022
2 parents cd500b6 + 5a0fe14 commit 53258d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions usrlinks-1.0-0.be0 → usrlinks.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION usrlinks-1.0-0
# BEE_VERSION usrlinks-1.0-1

# more info: https://foo.bar.com

Expand Down Expand Up @@ -35,10 +35,10 @@ mee_install() {
mkdir -p $D/bin
for f in \
tcsh more gzip grep echo arch sed pwd csh sh ps ls cp bashbug umount loadkeys \
openvt passwd mxlilo hostname gunzip findmnt os-release setfont kbd_mode \
openvt hostname gunzip findmnt os-release setfont kbd_mode \
uname rmdir ping6 mount mknod mkdir lsmod lsblk login fuser fgrep false \
egrep dmesg chown chmod chgrp killall zcat true sync stty sort ping kill \
gtar date bash rpm env cat rm mv ln df dd \
gtar date bash env cat rm mv ln df dd \
; do
ln -s /usr/bin/$f $D/bin/$f
done
Expand Down

0 comments on commit 53258d1

Please sign in to comment.