summaryrefslogtreecommitdiffstats
path: root/client_wizard/Makefile
blob: bf0d174625b90bf68324089a5b74564bee46be39 (plain)
1
2
3
4
5
6
7
8
install2:
	su -c 'make install'

install:
	mkdir -p --mode=u=rwx,g=rx,o=rx  ${prefix}/share/wizards/client_wizard/images
	mkdir -p --mode=u=rwx,g=rx,o=rx  ${prefix}/$(PERL_VENDORLIB)/MDK/Wizard
	install --mode=u=rw,g=r,o=r -p *.pm ${prefix}/$(PERL_VENDORLIB)/MDK/Wizard/
	install --mode=a=r -p ./images/*.png    ${prefix}/share/wizards/client_wizard/images