File: libhighlight-perl.install

package info (click to toggle)
highlight 3.41-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 5,024 kB
  • sloc: cpp: 22,087; php: 751; makefile: 366; ansic: 257; perl: 113; python: 97; sh: 5; tcl: 1
file content (8 lines) | stat: -rwxr-xr-x 194 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/perl -w

use Config;

my $vendorarch = substr($Config{vendorarch}, 1);

print "extras/swig/highlight.so $vendorarch/auto/highlight\n";
print "extras/swig/highlight.pm $vendorarch\n";