mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-03 07:17:17 +08:00
4 lines
137 B
Plaintext
4 lines
137 B
Plaintext
|
make DESTDIR=$PWD/DESTDIR install
|
||
|
cp -Rv DESTDIR/usr/lib32/* /usr/lib32
|
||
|
cp -Rv DESTDIR/usr/include/m32/* /usr/include/m32/
|
||
|
rm -rf DESTDIR
|