diff options
author | Antoine Ginies <aginies@mandriva.com> | 2003-12-15 10:04:54 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2003-12-15 10:04:54 +0000 |
commit | deb51774de746564a74e40be72d783b9cd7e42f2 (patch) | |
tree | ba2e521824b3f1f2ba7a24fad804d3c8fbbf4bbe /nisautofs_wizard/Makefile | |
parent | 7c4c113148bd4d5893a3826a4d741d4ac09ab18d (diff) | |
download | drakwizard-deb51774de746564a74e40be72d783b9cd7e42f2.tar drakwizard-deb51774de746564a74e40be72d783b9cd7e42f2.tar.gz drakwizard-deb51774de746564a74e40be72d783b9cd7e42f2.tar.bz2 drakwizard-deb51774de746564a74e40be72d783b9cd7e42f2.tar.xz drakwizard-deb51774de746564a74e40be72d783b9cd7e42f2.zip |
add nis+autofs Server and client side
Diffstat (limited to 'nisautofs_wizard/Makefile')
-rw-r--r-- | nisautofs_wizard/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nisautofs_wizard/Makefile b/nisautofs_wizard/Makefile new file mode 100644 index 00000000..9fc46808 --- /dev/null +++ b/nisautofs_wizard/Makefile @@ -0,0 +1,8 @@ +install2: + su -c 'make install' + +install: + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/nisautofs_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/nisautofs_wizard/images |