2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

various: Drop unneeded rm

This commit is contained in:
Dylan Araps 2020-05-15 10:44:41 +03:00
parent 62d2bf1462
commit dedc9b35d6
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
8 changed files with 0 additions and 15 deletions

View File

@ -28,5 +28,3 @@ export PATH=$PATH:$PWD
make configure-host
make tooldir=/usr
make prefix="$1/usr" tooldir="$1/usr" install
rm -rf "$1/usr/share/info"

View File

@ -5,5 +5,3 @@
make
make DESTDIR="$1" install
rm -rf "$1/usr/share/info"

View File

@ -9,5 +9,3 @@
make
make DESTDIR="$1" install
rm -rf "$1/usr/share/info"

View File

@ -58,7 +58,6 @@ make DESTDIR="$1" install
find "$1" -name libgtkpeer.a -exec rm -f {} +
find "$1" -name libgjsmalsa.a -exec rm -f {} +
find "$1" -name libgij.a -exec rm -f {} +
rm -rf "$1/usr/share/info"
# Some legacy programs will expect cc
ln -s gcc "$1/usr/bin/cc"

View File

@ -51,5 +51,3 @@ install -Dm0644 grub.default "$1/etc/default/grub"
rm -f grub/*/gdb_grub
rm -f grub/*/gmodule.pl
)
rm -rf "$1/usr/share/info"

View File

@ -5,5 +5,3 @@
make
make DESTDIR="$1" install
rm -rf "$1/usr/share/info"

View File

@ -5,5 +5,3 @@
make
make DESTDIR="$1" install
rm -rf "$1/usr/share/info"

View File

@ -7,8 +7,6 @@
make
make DESTDIR="$1" install
rm -rf "$1/usr/share/info"
# Maintain compatibility and avoid the need
# for rebuilds of all packages linking to
# libffi.