summaryrefslogtreecommitdiffstats
path: root/nfs_wizard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nfs_wizard/Makefile')
-rw-r--r--nfs_wizard/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/nfs_wizard/Makefile b/nfs_wizard/Makefile
index 27c20797..96c1b168 100644
--- a/nfs_wizard/Makefile
+++ b/nfs_wizard/Makefile
@@ -8,7 +8,6 @@ install:
mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/nfs_wizard/scripts
mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/nfs_wizard/images
install --mode=u=rwx,g=rx,o=rx -p nfs.wiz ${prefix}/share/wizards/nfs_wizard
- install --mode=a=r -p ./images/NFS.jpg ${prefix}/share/wizards/nfs_wizard/images
+ install --mode=a=r -p images/NFS.png ${prefix}/share/wizards/nfs_wizard/images
install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/nfs_wizard/scripts
install --mode=u=rw,g=r,o=r -p scripts/NFSConf.pm ${prefix}/share/wizards/nfs_wizard/scripts
-