File: libopenscap-perl.install

package info (click to toggle)
openscap 1.4.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 125,060 kB
  • sloc: xml: 527,109; ansic: 91,402; sh: 19,789; python: 2,515; perl: 444; makefile: 49
file content (6 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download | duplicates (7)
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";