Revision 25383,
418 bytes
checked in by jdreed, 13 years ago
(diff) |
In pharos-support:
* First version
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/usr/bin/make -f |
---|
2 | |
---|
3 | DEB_DH_FIXPERMS_ARGS = -X/usr/lib/cups/backend/pharos |
---|
4 | |
---|
5 | include /usr/share/cdbs/1/rules/debhelper.mk |
---|
6 | |
---|
7 | # CUPS decides whether to execute a backend as root or lp based on whether |
---|
8 | # it's executable as lp or not. We need to be executed as root in order |
---|
9 | # to exec the lpd backend. "Yay". |
---|
10 | binary-install/debathena-pharos-support:: |
---|
11 | chmod 744 debian/debathena-pharos-support/usr/lib/cups/backend/pharos |
---|
12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.