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
|
@ -3,4 +3,5 @@ use ExtUtils::MakeMaker;
|
||||
WriteMakefile(
|
||||
NAME => 'Peertube::DL',
|
||||
VERSION => '0.1',
|
||||
INST_SCRIPT => './bin'
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user