File: libopenscap-perl.install

package info (click to toggle)
openscap 1.2.16-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 130,144 kB
  • sloc: xml: 666,222; ansic: 102,512; sh: 18,915; makefile: 3,197; python: 1,418; perl: 443; cpp: 126
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";