diff options
Diffstat (limited to 'nisautofs_wizard/Makefile')
-rw-r--r-- | nisautofs_wizard/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nisautofs_wizard/Makefile b/nisautofs_wizard/Makefile index 9fc46808..777f6701 100644 --- a/nisautofs_wizard/Makefile +++ b/nisautofs_wizard/Makefile @@ -5,4 +5,4 @@ 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 + install --mode=a=r -p ./images/nisautofs.png ${prefix}/share/wizards/nisautofs_wizard/images |