mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
avr-gcc: remove /usr/lib64
Just remove /usr/lib64 - it contains the libcc1.* files for aarch64*
This commit is contained in:
parent
99956ed6a1
commit
1324f61366
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ post_install() {
|
||||||
rm -rf "$DESTDIR"/usr/share/man/man7
|
rm -rf "$DESTDIR"/usr/share/man/man7
|
||||||
rm -rf "$DESTDIR"/usr/share/info
|
rm -rf "$DESTDIR"/usr/share/info
|
||||||
rm -rf "$DESTDIR"/usr/lib/libcc1.*
|
rm -rf "$DESTDIR"/usr/lib/libcc1.*
|
||||||
|
rm -rf "$DESTDIR"/usr/lib64
|
||||||
ln -s avr-gcc "$DESTDIR"/usr/bin/avr-cc
|
ln -s avr-gcc "$DESTDIR"/usr/bin/avr-cc
|
||||||
find "$DESTDIR"/usr/lib -type f -name "*.a" \
|
find "$DESTDIR"/usr/lib -type f -name "*.a" \
|
||||||
-exec avr-strip --strip-debug {} \;
|
-exec avr-strip --strip-debug {} \;
|
||||||
|
|
Loading…
Add table
Reference in a new issue