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