~ubuntu-branches/ubuntu/dapper/hplip/dapper-security

« back to all changes in this revision

Viewing changes to prnt/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Henrique de Moraes Holschuh
  • Date: 2005-02-01 12:46:56 UTC
  • Revision ID: james.westby@ubuntu.com-20050201124656-g6cgoa5uezd5lnbo
Tags: 0.8.7-4
* Henrique de Moraes Holschuh:
  * HPLIP:
    * Remove stray tab on 50_securityfix_umask.dpatch.  Reupload in
      case python decides to croak on us because of it
    * Remove unneeded (but harmless) patch 21_base_pidfile_support.dpatch

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#  (c) 2004 Copyright Hewlett-Packard Development Company, LP
5
5
#
6
6
 
7
 
hplipdir = $(datadir)/hplip
8
 
prntdir = $(datadir)/hplip/prnt
9
 
cupsextdir = $(datadir)/hplip/prnt/cupsext
 
7
hplipdir = $(libexecdir)/hplip
 
8
prntdir = $(libexecdir)/hplip/prnt
 
9
cupsextdir = $(libexecdir)/hplip/prnt/cupsext
10
10
 
11
11
hplip_DATA =
12
12
 
23
23
install-data-hook:
24
24
        cd cupsext; \
25
25
        if [ "$(DESTDIR)" = "" ]; then \
26
 
           python setup.py install; \
 
26
           python setup.py install --prefix=$(prefix); \
27
27
        else \
28
28
           python setup.py install --root=$(DESTDIR) --prefix=$(prefix); \
29
29
        fi