gcc: remove rm

This commit is contained in:
Dylan Araps 2019-10-07 16:47:54 +03:00
parent bed9f938bf
commit 1ef385f184
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
3 changed files with 2 additions and 6 deletions

View File

@ -45,9 +45,6 @@ find "$1" -name libgtkpeer.a -delete
find "$1" -name libgjsmalsa.a -delete
find "$1" -name libgij.a -delete
# Remove all info files.
rm -rf "$1/usr/share/info"
# Some legacy programs will expect cc
ln -s gcc "$1/usr/bin/cc"

View File

@ -1,5 +1,6 @@
#!/bin/sh -e
sh
patch -p1 < preprocessor-warnings.patch
./configure \

View File

@ -6,6 +6,4 @@
make
make DESTDIR="$1" install
# Remove unneeded files.
rm -rf "$1/usr/share/info"
rm -f "$1/usr/lib/charset.alias"
rm -f "$1/usr/lib/charset.alias"