diff options
Diffstat (limited to 'conf.d/autobuild')
-rwxr-xr-x | conf.d/autobuild/agl/autobuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/autobuild/agl/autobuild b/conf.d/autobuild/agl/autobuild index ea352e7..883293d 100755 --- a/conf.d/autobuild/agl/autobuild +++ b/conf.d/autobuild/agl/autobuild @@ -15,6 +15,7 @@ pushd $BUILD_DIR if [ "$1" == "package" ]; then make widget + cp *.wgt package/ fi popd |