File: libtext-bibtex-perl.install

package info (click to toggle)
libtext-bibtex-perl 0.78-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,576 kB
  • ctags: 1,298
  • sloc: ansic: 10,491; perl: 1,950; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl -w

use Config;

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

print <<EOF
usr/share/man/man3/*.3pm
EOF