File: libtext-bibtex-perl.install

package info (click to toggle)
libtext-bibtex-perl 0.91-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,528 kB
  • sloc: ansic: 10,706; perl: 1,991; makefile: 9
file content (10 lines) | stat: -rwxr-xr-x 176 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/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