summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-12-22 01:51:53 +0300
committerIgor Pashev <pashev.igor@gmail.com>2014-12-22 13:45:21 +0300
commitbfd6ce0ab70381aabb490a51fee5908257b443eb (patch)
tree8710765fe18d875f462a19e6bb726977498be9a4 /debian/rules
parentb51d10b958f8e8ec223afe1f3e02ffb0781bf072 (diff)
downloadcups-master.tar.gz
cups (1.7.5-10+dyson2) unstable; urgency=mediumHEADdyson/1.7.5-10+dyson2master
* Fixed SMF manifest location * Rebuilt with all deps * Deleted debian/clean * Added debian/patches/dyson-smf.patch
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index e00cf161..775b4963 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ CONFIG_SYSTEMD := --with-systemdsystemunitdir=/lib/systemd/system
endif
ifeq (illumos,$(DEB_HOST_ARCH_OS))
DH_WITH += smf
-CONFIG_SMF := --with-smfmanifestdir=/lib/svc/manifest/applications
+CONFIG_SMF := --with-smfmanifestdir=/lib/svc/manifest/application
CONFIG_LIBUSB := --disable-libusb
APPARMOR := yes
endif