File: libnginx-mod-http-perl.install

package info (click to toggle)
nginx 1.10.3-1%2Bdeb9u4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 17,804 kB
  • sloc: ansic: 196,884; perl: 7,496; sh: 1,203; ruby: 617; makefile: 345; python: 224; awk: 36; cpp: 18
file content (7 lines) | stat: -rwxr-xr-x 274 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/usr/bin/perl -w

use Config;

my $vendorarch = substr($Config{vendorarch}, 1);
print "debian/build-extras/objs/src/http/modules/perl/blib/arch/auto/nginx/* $vendorarch/auto/nginx\n";
print "debian/build-extras/objs/src/http/modules/perl/blib/lib/nginx.pm $vendorarch\n";