blob: 7f9a8e7d7ea5f7dd2dbc69a84b069a11cf6a32b8 (
plain)
1
2
3
4
5
6
7
8
|
install2:
su -c 'make install'
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/IC-Dssh-48.png ${prefix}/share/wizards/sshd_wizard/images
|