Fix compilation and deployment
[apps/mixer.git] / conf.d / autobuild / agl / autobuild
index ea352e7..883293d 100755 (executable)
@@ -15,6 +15,7 @@ pushd $BUILD_DIR
 
        if [ "$1" == "package" ]; then
                make widget
+               cp *.wgt package/
        fi
 
 popd