mirror of
https://github.com/pygos/build.git
synced 2024-11-05 03:27:10 +01:00
Fix: don't remove magic
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
60efe6d501
commit
66be5567f9
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ deploy() {
|
|||
|
||||
make DESTDIR="$DEPLOY" install-strip
|
||||
|
||||
rm -r "$DEPLOY/share"
|
||||
rm -r "$DEPLOY/share/man"
|
||||
|
||||
split_dev_deploy "$DEPLOY" "$DEVDEPLOY"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue