Adding installation of the script with make install.
This commit is contained in:
parent
64c6161b06
commit
26d25a60f6
5
MANIFEST
Normal file
5
MANIFEST
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
bin/peertube-dl
|
||||||
|
LICENSE
|
||||||
|
Makefile.PL
|
||||||
|
MANIFEST This list of files
|
||||||
|
README.md
|
@ -1,6 +1,7 @@
|
|||||||
use ExtUtils::MakeMaker;
|
use ExtUtils::MakeMaker;
|
||||||
|
|
||||||
WriteMakefile(
|
WriteMakefile(
|
||||||
NAME => 'Peertube::DL',
|
NAME => 'Peertube::DL',
|
||||||
VERSION => '0.1',
|
VERSION => '0.1',
|
||||||
|
INST_SCRIPT => './bin'
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user