summaryrefslogtreecommitdiff
path: root/stateWindow.go
diff options
context:
space:
mode:
Diffstat (limited to 'stateWindow.go')
-rw-r--r--stateWindow.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/stateWindow.go b/stateWindow.go
index cb03e01..857d795 100644
--- a/stateWindow.go
+++ b/stateWindow.go
@@ -161,7 +161,13 @@ func (c *controlBox) buildPackage() bool {
return false
}
+ // experiment for the toolkit package
+ if c.status.Exists("build") {
+ shell.Run([]string{"./build"})
+ }
+
fulldebname := filepath.Join(homeDir, "incoming", debname)
+
shell.Run([]string{"dpkg-deb", "--build", "files", fulldebname})
if shell.Exists(fulldebname) {
log.Warn("build worked")