summaryrefslogtreecommitdiffstats
path: root/remote/modules/printergui/printergui.build
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/printergui/printergui.build')
-rw-r--r--remote/modules/printergui/printergui.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/modules/printergui/printergui.build b/remote/modules/printergui/printergui.build
index f6139ba6..3a0fd52b 100644
--- a/remote/modules/printergui/printergui.build
+++ b/remote/modules/printergui/printergui.build
@@ -15,5 +15,6 @@ build() {
make || perror "'make' failed."
}
post_copy() {
+ mkdir -p "${TARGET_BUILD_DIR}/var/spool/STANDARD"
chmod a+rwt "${TARGET_BUILD_DIR}/var/spool/STANDARD"
}