summaryrefslogtreecommitdiffstats
path: root/samba_wizard/Makefile
blob: 332636c7d3217207fb3b63c622ce7ce3dba282b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
install2:
	su -c 'make install'

install:
	mkdir -p --mode=u=rwx,g=rx,o=rx  ${prefix}/share/wizards
	mkdir -p --mode=u=rwx,g=rx,o=rx  ${prefix}/share/wizards/samba_wizard
	mkdir -p --mode=u=rwx,g=rx,o=rx  ${prefix}/share/wizards/samba_wizard/scripts
	mkdir -p --mode=u=rwx,g=rx,o=rx  ${prefix}/share/wizards/samba_wizard/images
	install --mode=u=rw,g=r,o=r -p samba.wiz ${prefix}/share/wizards/samba_wizard
	install --mode=a=r -p ./images/samba.png ${prefix}/share/wizards/samba_wizard/images
	install --mode=u=rw,g=r,o=r -p scripts/Smbconf.pm ${prefix}/share/wizards/samba_wizard/scripts
	install --mode=u=rw,g=r,o=r -p scripts/smb.conf.default ${prefix}/share/wizards/samba_wizard/scripts