7 lines
91 B
Plaintext
7 lines
91 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
source /opt/SuSE/bin/.profile
|
||
|
export BUILD_DIST=i386 build
|
||
|
sudo build --clean
|
||
|
|