diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-08-29 09:20:27 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-08-29 09:20:27 +0000 |
commit | b379e1721f86ad4ae4f60d8a0aa2199e3d879bbc (patch) | |
tree | 0e463ce812cb46439473c793f5d9ce4244b26497 /sshd_wizard/Makefile | |
parent | d5ff1301583687e66d6a60fc832f95e8cc32fe05 (diff) | |
download | drakwizard-b379e1721f86ad4ae4f60d8a0aa2199e3d879bbc.tar drakwizard-b379e1721f86ad4ae4f60d8a0aa2199e3d879bbc.tar.gz drakwizard-b379e1721f86ad4ae4f60d8a0aa2199e3d879bbc.tar.bz2 drakwizard-b379e1721f86ad4ae4f60d8a0aa2199e3d879bbc.tar.xz drakwizard-b379e1721f86ad4ae4f60d8a0aa2199e3d879bbc.zip |
add icons in drakwizard rpm
Diffstat (limited to 'sshd_wizard/Makefile')
-rw-r--r-- | sshd_wizard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd_wizard/Makefile b/sshd_wizard/Makefile index 925452c2..7f9a8e7d 100644 --- a/sshd_wizard/Makefile +++ b/sshd_wizard/Makefile @@ -4,5 +4,5 @@ install2: 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/sshd_wizard -# mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/sshd_wizard/images -# install --mode=a=r -p ./images/sshd.png ${prefix}/share/wizards/sshd_wizard/images + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/sshd_wizard/images + install --mode=a=r -p ./images/IC-Dssh-48.png ${prefix}/share/wizards/sshd_wizard/images |