~ubuntu-branches/ubuntu/maverick/schroot/maverick

« back to all changes in this revision

Viewing changes to etc/setup.d/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh
  • Date: 2010-07-06 23:34:30 UTC
  • mfrom: (1.1.24 upstream) (2.2.9 sid)
  • Revision ID: james.westby@ubuntu.com-20100706233430-0xhzqj6105yuyvb1
Tags: 1.4.7-1
* New upstream stable release.
* Use standards version 3.9.0.
* Correctly distribute profile conffiles (Closes: #588247).  Thanks
  to Mario Holbe.
* Update it and zh_CN translations.  Thanks to Vincenzo Campanella
  and Ji ZhengYu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
setupdir = $(SCHROOT_CONF_SETUP_D)
25
25
 
 
26
setupdatadir = $(SCHROOT_SETUP_DATA_DIR)
 
27
 
 
28
setupdata_DATA =                \
 
29
        common-data             \
 
30
        common-functions
 
31
 
26
32
setup_SCRIPTS =         \
27
33
        00check         \
28
34
        05file          \
 
35
        05btrfs         \
29
36
        05lvm           \
30
37
        05union         \
31
38
        10mount         \
39
46
        ln -sf "00check" "$(DESTDIR)$(setupdir)/99check"
40
47
 
41
48
EXTRA_DIST =                    \
 
49
        $(setupdata_DATA)       \
42
50
        $(setup_SCRIPTS)
43
51