Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
lib64 az initrd-be, ha van
Browse files Browse the repository at this point in the history
  • Loading branch information
rezso committed Jun 10, 2017
1 parent 16ab7d7 commit 55849f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mkinitrd
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ if [ -d /etc/init.d ]; then
copy /etc/init.d
fi

# lib64, if exists
if [ -d /lib64 ]; then
copy /lib64
fi

# cleanup
rm -rf "$dir"/usr/share/doc
rm -rf "$dir"/usr/share/locale
Expand Down

0 comments on commit 55849f5

Please sign in to comment.