diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 14:32:18 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 14:32:18 +0800 |
commit | f12eb7fa5006e1dd7b4ae70996d220007acea531 (patch) | |
tree | df89fb106f42cd450cd8444a0e602c8d0c421666 /deskutils | |
parent | 921721ab66fa6d2720b128f06d44f01e14649a9e (diff) | |
download | marcuscom-ports-f12eb7fa5006e1dd7b4ae70996d220007acea531.tar marcuscom-ports-f12eb7fa5006e1dd7b4ae70996d220007acea531.tar.gz marcuscom-ports-f12eb7fa5006e1dd7b4ae70996d220007acea531.tar.bz2 marcuscom-ports-f12eb7fa5006e1dd7b4ae70996d220007acea531.tar.lz marcuscom-ports-f12eb7fa5006e1dd7b4ae70996d220007acea531.tar.xz marcuscom-ports-f12eb7fa5006e1dd7b4ae70996d220007acea531.tar.zst marcuscom-ports-f12eb7fa5006e1dd7b4ae70996d220007acea531.zip |
Run gconftool-2 --makefile-install-rule during installation.
Submitted by: Phillip Neumann <pneumann@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7795 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/akamaru/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/akamaru/Makefile b/deskutils/akamaru/Makefile index c2b3cffda..8ab5c905b 100644 --- a/deskutils/akamaru/Makefile +++ b/deskutils/akamaru/Makefile @@ -32,7 +32,7 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/kiba.schemas ${LOCALBASE}/etc/gconf/schemas @${MKDIR} ${PREFIX}/share/${PORTNAME} @${INSTALL_SCRIPT} ${WRKSRC}/populate-dock.sh ${PREFIX}/share/${PORTNAME} - @${PREFIX}/share/${PORTNAME}/populate-dock.sh + @${SETENV} GCONF_CONFIG_SOURCE=${GCONF_CONFIG_SOURCE} gconftool-2 --makefile-install-rule ${PREFIX}/etc/gconf/schemas/kiba.schemas post-install: @${ECHO_MSG} |