diff options
| author | Simon Rettberg | 2013-10-23 16:15:00 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-10-23 16:15:00 +0200 |
| commit | 8eff115d5deeda8d4fa2d7a1da162db55dcdcfdd (patch) | |
| tree | 7aed4cac8ab75657b1dbb2b8ca184fa0636d33c6 /remote/modules/printergui/printergui.build | |
| parent | [rootfs-stage32] Run fdisk again after two seconds if it fails the first time (diff) | |
| parent | [printergui] Starts now tcpsvd and lpd directly (not via busybox). (diff) | |
| download | tm-scripts-8eff115d5deeda8d4fa2d7a1da162db55dcdcfdd.tar.gz tm-scripts-8eff115d5deeda8d4fa2d7a1da162db55dcdcfdd.tar.xz tm-scripts-8eff115d5deeda8d4fa2d7a1da162db55dcdcfdd.zip | |
Merge branch 'master' of simonslx:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/printergui/printergui.build')
| -rw-r--r-- | remote/modules/printergui/printergui.build | 1 |
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" } |
