File: libhighlight-perl.install

package info (click to toggle)
highlight 3.18-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 3,788 kB
  • ctags: 2,661
  • sloc: cpp: 19,760; php: 745; makefile: 320; ansic: 180; perl: 113; python: 96; sh: 3
file content (8 lines) | stat: -rwxr-xr-x 198 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 "examples/swig/highlight.so $vendorarch/auto/highlight\n";
print "examples/swig/highlight.pm $vendorarch\n";