diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-23 14:47:15 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-23 14:47:15 +0000 |
commit | 06a1104953ab7d167d4501e87955cfc6e74e996e (patch) | |
tree | 0879fdba97915e3ff0955d8d819a1d0697fb1726 /samba_wizard/Makefile | |
parent | 8266aa449211f3629bb4224f53fcb80f63d12b18 (diff) | |
download | drakwizard-06a1104953ab7d167d4501e87955cfc6e74e996e.tar drakwizard-06a1104953ab7d167d4501e87955cfc6e74e996e.tar.gz drakwizard-06a1104953ab7d167d4501e87955cfc6e74e996e.tar.bz2 drakwizard-06a1104953ab7d167d4501e87955cfc6e74e996e.tar.xz drakwizard-06a1104953ab7d167d4501e87955cfc6e74e996e.zip |
cleaned blank lines
Diffstat (limited to 'samba_wizard/Makefile')
-rw-r--r-- | samba_wizard/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/samba_wizard/Makefile b/samba_wizard/Makefile index 0414f982..88e6ac15 100644 --- a/samba_wizard/Makefile +++ b/samba_wizard/Makefile @@ -7,11 +7,6 @@ install: 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=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/samba_wizard/scripts install --mode=u=rw,g=r,o=r -p scripts/Smbconf.pm ${prefix}/share/wizards/samba_wizard/scripts |