mirror of
https://github.com/pygos/build.git
synced 2024-11-22 02:59:47 +01:00
Remove translation files
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
5c8effa301
commit
aea46b2b14
2 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@ deploy() {
|
|||
rm -r "$DEPLOY/share/doc"
|
||||
rm -r "$DEPLOY/share/info"
|
||||
rm -r "$DEPLOY/share/man"
|
||||
rm -r "$DEPLOY/share/locale"
|
||||
|
||||
mv "$DEPLOY/lib" "$DEVDEPLOY"
|
||||
mv "$DEPLOY/include" "$DEVDEPLOY"
|
||||
|
|
|
@ -26,4 +26,5 @@ deploy() {
|
|||
|
||||
rm -r "$DEPLOY/share/info"
|
||||
rm -r "$DEPLOY/share/man"
|
||||
rm -r "$DEPLOY/share/locale"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue