~brightbox/brightbox/deb-nginx-ruby-ng

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: John Leach
  • Date: 2012-09-11 14:41:56 UTC
  • mfrom: (0.1.63)
  • Revision ID: git-v1:4e13f237ac0e962872d612f68e7162776ab0bfe3
Merge remote-tracking branch 'debian/master' into ruby-ng

Conflicts:
        debian/changelog
        debian/nginx-common.nginx.init

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
config.status.full: config.env.full config.sub config.guess
58
58
        cd $(BUILDDIR_full) && CFLAGS="$(CFLAGS)" CORE_LINK="$(LDFLAGS)" ./configure  \
59
 
            --prefix=/etc/nginx \
 
59
            --prefix=/usr/share/nginx \
60
60
            --conf-path=/etc/nginx/nginx.conf \
61
61
            --error-log-path=/var/log/nginx/error.log \
62
62
            --http-client-body-temp-path=/var/lib/nginx/body \
95
95
 
96
96
config.status.light: config.env.light config.sub config.guess
97
97
        cd $(BUILDDIR_light) && CFLAGS="$(CFLAGS)" CORE_LINK="$(LDFLAGS)" ./configure  \
98
 
            --prefix=/etc/nginx \
 
98
            --prefix=/usr/share/nginx \
99
99
            --conf-path=/etc/nginx/nginx.conf \
100
100
            --error-log-path=/var/log/nginx/error.log \
101
101
            --http-client-body-temp-path=/var/lib/nginx/body \
126
126
 
127
127
config.status.extras: config.env.extras config.sub config.guess
128
128
        cd $(BUILDDIR_extras) && CFLAGS="$(CFLAGS)" CORE_LINK="$(LDFLAGS)" ./configure  \
129
 
            --prefix=/etc/nginx \
 
129
            --prefix=/usr/share/nginx \
130
130
            --conf-path=/etc/nginx/nginx.conf \
131
131
            --error-log-path=/var/log/nginx/error.log \
132
132
            --http-client-body-temp-path=/var/lib/nginx/body \
177
177
 
178
178
config.status.naxsi: config.env.naxsi config.sub config.guess
179
179
        cd $(BUILDDIR_naxsi) && CFLAGS="$(CFLAGS)" CORE_LINK="$(LDFLAGS)" ./configure  \
180
 
            --prefix=/etc/nginx \
 
180
            --prefix=/usr/share/nginx \
181
181
            --conf-path=/etc/nginx/nginx.conf \
182
182
            --error-log-path=/var/log/nginx/error.log \
183
183
            --http-client-body-temp-path=/var/lib/nginx/body \