Skip to content

Commit

Permalink
usrlinks: remove dangling symlink for mxlilo and rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
niclas committed Nov 28, 2022
1 parent 043378f commit 5a0fe14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usrlinks.be0
Original file line number Diff line number Diff line change
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 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 5a0fe14

Please sign in to comment.