File: libopenscap-perl.install

package info (click to toggle)
openscap 1.0.9-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 129,588 kB
  • ctags: 26,325
  • sloc: xml: 611,156; ansic: 90,367; sh: 26,693; makefile: 2,463; python: 804; perl: 445; cpp: 123
file content (6 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#!/usr/bin/perl -w
use Config;

# expand the perl binary module directory at build time
print substr($Config{vendorarch}, 1) . "\n";
print substr($Config{vendorlib}, 1) . "\n";