summaryrefslogtreecommitdiffstats
path: root/remote/modules/printergui
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/printergui')
-rw-r--r--remote/modules/printergui/module.build1
-rw-r--r--remote/modules/printergui/module.conf.ubuntu6
2 files changed, 4 insertions, 3 deletions
diff --git a/remote/modules/printergui/module.build b/remote/modules/printergui/module.build
index 869e8716..4b1b663f 100644
--- a/remote/modules/printergui/module.build
+++ b/remote/modules/printergui/module.build
@@ -21,6 +21,7 @@ build() {
pinfo "Running make"
make || perror "'make' failed."
chmod 0700 "$DESTDIR/printpwgui" # So picky cupsd won't drop privileges to lp
+
}
post_copy() {
:
diff --git a/remote/modules/printergui/module.conf.ubuntu b/remote/modules/printergui/module.conf.ubuntu
index 2f679912..54123003 100644
--- a/remote/modules/printergui/module.conf.ubuntu
+++ b/remote/modules/printergui/module.conf.ubuntu
@@ -1,7 +1,7 @@
REQUIRED_INSTALLED_PACKAGES="
-libcups2-dev
-libqt4-dev
+ libcups2-dev
+ libqt4-dev
"
REQUIRED_CONTENT_PACKAGES="
-libcups2-dev
+ libcups2-dev
"