Various changes/fixes, 3 new distro versions

This commit is contained in:
Yorhel 2015-04-28 08:27:29 +02:00
parent a2f3692f3c
commit 2da67d585c
9 changed files with 58 additions and 17 deletions

View file

@ -1,7 +1,7 @@
.PHONY: ManUtils
ManUtils: lib/ManUtils/Build
cd lib/ManUtils && ./Build install --install-base=inst
cd lib/ManUtils && perl Build.PL && ./Build install --install-base=inst
lib/ManUtils/Build: lib/ManUtils/Build.PL
cd lib/ManUtils && perl Build.PL