From 5cd652a2d5ad448d918d80d9e7d8465e475bc742 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 23 Oct 2013 14:10:32 +0200 Subject: [printergui] added TODO. Create /var/spool/STANDARD in post-copy of this module --- remote/modules/printergui/TODO | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 remote/modules/printergui/TODO (limited to 'remote/modules/printergui') diff --git a/remote/modules/printergui/TODO b/remote/modules/printergui/TODO new file mode 100644 index 00000000..c83e767a --- /dev/null +++ b/remote/modules/printergui/TODO @@ -0,0 +1,2 @@ +exec 'mkdir /var/spool/STANDARD ' in post-copy from this module +and exec 'chmod a+t ...'. -- cgit v1.2.3-55-g7522 From eb3219f0e18890eaee8c1e26a603bf7ec402a680 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 23 Oct 2013 14:22:10 +0200 Subject: removed TODO, since its done :) --- remote/modules/printergui/TODO | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 remote/modules/printergui/TODO (limited to 'remote/modules/printergui') diff --git a/remote/modules/printergui/TODO b/remote/modules/printergui/TODO deleted file mode 100644 index c83e767a..00000000 --- a/remote/modules/printergui/TODO +++ /dev/null @@ -1,2 +0,0 @@ -exec 'mkdir /var/spool/STANDARD ' in post-copy from this module -and exec 'chmod a+t ...'. -- cgit v1.2.3-55-g7522 From fbd24789b62226489dead4bb77ea4f3a0756c2fc Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Wed, 23 Oct 2013 14:25:24 +0200 Subject: [printergui] Added spoolfolder to buildscript. --- remote/modules/printergui/printergui.build | 1 + 1 file changed, 1 insertion(+) (limited to 'remote/modules/printergui') 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" } -- cgit v1.2.3-55-g7522