~ubuntu-branches/ubuntu/precise/trousers/precise-proposed

« back to all changes in this revision

Viewing changes to dist/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2011-11-21 21:21:39 UTC
  • mfrom: (0.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20111121212139-ctknyhaijski2e02
Tags: 0.3.7-1
* Imported Upstream version 0.3.7
* Adopt package (set new maintainer) (Closes: #543932)
* Add pkg-config to build-depends
* Update symbols for libtspi1
* Use dh --with autoreconf
* Update patches to work with dh_autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
102
102
PACKAGE_NAME = @PACKAGE_NAME@
103
103
PACKAGE_STRING = @PACKAGE_STRING@
104
104
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
105
PACKAGE_URL = @PACKAGE_URL@
105
106
PACKAGE_VERSION = @PACKAGE_VERSION@
106
107
PATH_SEPARATOR = @PATH_SEPARATOR@
107
108
PKG_CONFIG = @PKG_CONFIG@
 
109
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
110
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
108
111
RANLIB = @RANLIB@
109
112
RPC = @RPC@
110
113
SED = @SED@
364
367
 
365
368
install: install-exec-hook
366
369
        if test ! -e ${DESTDIR}/@sysconfdir@/tcsd.conf; then mkdir -p ${DESTDIR}/@sysconfdir@ && cp tcsd.conf ${DESTDIR}/@sysconfdir@; fi
367
 
#       /bin/chown tss:tss ${DESTDIR}/@sysconfdir@/tcsd.conf || true
368
 
#       /bin/chmod 0600 ${DESTDIR}/@sysconfdir@/tcsd.conf
 
370
        /bin/chown tss:tss ${DESTDIR}/@sysconfdir@/tcsd.conf || true
 
371
        /bin/chmod 0600 ${DESTDIR}/@sysconfdir@/tcsd.conf
369
372
 
370
373
install-exec-hook:
371
374
        /usr/sbin/groupadd tss || true
372
375
        /usr/sbin/useradd -r tss -g tss || true
373
376
        /bin/sh -c 'if [ ! -e ${DESTDIR}/@localstatedir@/lib/tpm ];then mkdir -p ${DESTDIR}/@localstatedir@/lib/tpm; fi'
374
 
#       /bin/chown tss:tss ${DESTDIR}/@localstatedir@/lib/tpm || true
375
 
#       /bin/chmod 0700 ${DESTDIR}/@localstatedir@/lib/tpm
 
377
        /bin/chown tss:tss ${DESTDIR}/@localstatedir@/lib/tpm || true
 
378
        /bin/chmod 0700 ${DESTDIR}/@localstatedir@/lib/tpm
376
379
 
377
380
uninstall-hook:
378
381
        /usr/sbin/userdel tss || true