~oem-solutions-releng/live-build/lb-sg-2.x-add-support-for-xz-and-bzip2-compression

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Daniel Baumann
  • Date: 2011-03-09 18:17:04 UTC
  • Revision ID: daniel@debian.org-20110309181704-fuq28tc89dn0pggz
Merging live-webhelper.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
test:
10
10
        # Checking for syntax errors
11
 
        for SCRIPT in live-helper.sh functions/* examples/*/*.sh helpers/* hooks/*; \
 
11
        for SCRIPT in live-helper.sh cgi/* functions/* examples/*/*.sh helpers/* hooks/*; \
12
12
        do \
13
13
                sh -n $$SCRIPT; \
14
14
        done
16
16
        # Checking for bashisms
17
17
        if [ -x /usr/bin/checkbashisms ]; \
18
18
        then \
19
 
                checkbashisms live-helper.sh functions/* examples/*/*.sh helpers/* hooks/*; \
 
19
                checkbashisms live-helper.sh cgi/* functions/* examples/*/*.sh helpers/* hooks/*; \
20
20
        else \
21
21
                echo "WARNING: skipping bashism test - you need to install devscripts."; \
22
22
        fi
27
27
install:
28
28
        # Installing shared data
29
29
        mkdir -p $(DESTDIR)/usr/share/live-helper
30
 
        cp -r data examples live-helper.sh functions helpers hooks includes lists templates $(DESTDIR)/usr/share/live-helper
 
30
        cp -r cgi data examples live-helper.sh functions helpers hooks includes lists templates $(DESTDIR)/usr/share/live-helper
31
31
 
32
32
        # Installing executables
33
33
        mkdir -p $(DESTDIR)/usr/bin