mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-12 23:19:05 +08:00
5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
|
make DESTDIR=$PWD/DESTDIR install
|
||
|
rm -rf DESTDIR/usr/lib32/udev
|
||
|
cp -Rv DESTDIR/usr/lib32/* /usr/lib32
|
||
|
rm -rf DESTDIR
|