mirror of
git://git.proxmox.com/git/pve-apiclient.git
synced 2024-12-21 13:34:10 +03:00
buildsys: encode prerequisites of install target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f5310c0761
commit
f7d3e2f59e
2
Makefile
2
Makefile
@ -31,7 +31,7 @@ dsc: $(BUILDSRC)
|
||||
cd $(BUILDSRC); dpkg-buildpackage -S -us -uc -d -nc
|
||||
lintian $(DSC)
|
||||
|
||||
install:
|
||||
install: PVE/APIClient/Exception.pm PVE/APIClient/LWP.pm examples/*.pl
|
||||
install -D -m 0644 PVE/APIClient/LWP.pm $(PERL5DIR)/PVE/APIClient/LWP.pm
|
||||
install -m 0644 PVE/APIClient/Exception.pm $(PERL5DIR)/PVE/APIClient/Exception.pm
|
||||
install -d -m 755 $(DOCDIR)/examples
|
||||
|
Loading…
Reference in New Issue
Block a user