diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-12-22 01:51:53 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-12-22 13:45:21 +0300 |
commit | bfd6ce0ab70381aabb490a51fee5908257b443eb (patch) | |
tree | 8710765fe18d875f462a19e6bb726977498be9a4 /debian/rules | |
parent | b51d10b958f8e8ec223afe1f3e02ffb0781bf072 (diff) | |
download | cups-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-x | debian/rules | 2 |
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 |