aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/autobuild/agl/autobuild
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/autobuild/agl/autobuild')
-rwxr-xr-xconf.d/autobuild/agl/autobuild1
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