1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-26 13:00:13 +02:00

Fix: don't remove magic

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-04-06 00:48:56 +02:00
parent 60efe6d501
commit 66be5567f9

View file

@ -22,7 +22,7 @@ deploy() {
make DESTDIR="$DEPLOY" install-strip
rm -r "$DEPLOY/share"
rm -r "$DEPLOY/share/man"
split_dev_deploy "$DEPLOY" "$DEVDEPLOY"
}