summaryrefslogtreecommitdiffstats
path: root/remote/modules/printergui
diff options
context:
space:
mode:
authorSimon Rettberg2014-02-11 20:26:59 +0100
committerSimon Rettberg2014-02-11 20:26:59 +0100
commit2fed65fa7e94853079ecf0c8ad74a7963e26df84 (patch)
tree9b21c617b69dc1dbd826e5c4ed5ecde7dd54ee90 /remote/modules/printergui
parent[printergui] config cleanup (diff)
downloadtm-scripts-2fed65fa7e94853079ecf0c8ad74a7963e26df84.tar.gz
tm-scripts-2fed65fa7e94853079ecf0c8ad74a7963e26df84.tar.xz
tm-scripts-2fed65fa7e94853079ecf0c8ad74a7963e26df84.zip
[printergui] Spool from VM to tmpfs home if possible, fall back to /tmp
Diffstat (limited to 'remote/modules/printergui')
-rw-r--r--remote/modules/printergui/printergui.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/printergui/printergui.build b/remote/modules/printergui/printergui.build
index 62b7c103..2ee49154 100644
--- a/remote/modules/printergui/printergui.build
+++ b/remote/modules/printergui/printergui.build
@@ -20,6 +20,6 @@ build() {
chmod 0700 "$DESTDIR/printpwgui" # So picky cupsd won't drop privileges to lp
}
post_copy() {
- mkdir -p "${TARGET_BUILD_DIR}/var/spool/STANDARD"
- chmod a+rwt "${TARGET_BUILD_DIR}/var/spool/STANDARD"
+ :
}
+