diff options
author | Moon <moon@140774ce-b5e7-0310-ab8b-a85725594a96> | 2008-06-13 15:44:56 +0000 |
---|---|---|
committer | Moon <moon@140774ce-b5e7-0310-ab8b-a85725594a96> | 2008-06-13 15:44:56 +0000 |
commit | 2b3dede993a411b1c99ce50cb1b31b3b3aa8ff60 (patch) | |
tree | 5c960051a13854e1e17e99d6781ea2feef479128 | |
parent | 6ab3406b3faeb663f511ddf402a98f8b39c9728d (diff) | |
download | gnunet-gtk-2b3dede993a411b1c99ce50cb1b31b3b3aa8ff60.tar.gz gnunet-gtk-2b3dede993a411b1c99ce50cb1b31b3b3aa8ff60.zip |
fix 'make install' to arbitrary DESTDIR & packaging
-rw-r--r-- | pixmaps/icons/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixmaps/icons/Makefile.am b/pixmaps/icons/Makefile.am index 720c8d2d..f7b6c6d0 100644 --- a/pixmaps/icons/Makefile.am +++ b/pixmaps/icons/Makefile.am | |||
@@ -7,7 +7,7 @@ theme_icons = \ | |||
7 | apps,gnunet-gtk-24.png \ | 7 | apps,gnunet-gtk-24.png \ |
8 | apps,gnunet-gtk-32.png | 8 | apps,gnunet-gtk-32.png |
9 | 9 | ||
10 | install_icon_exec=${top_srcdir}/pixmaps/icons/icon-theme-installer -t ${theme} -s ${srcdir} -b ${themedir} -m "${mkinstalldirs}" -x "${INSTALL_DATA}" | 10 | install_icon_exec=${top_srcdir}/pixmaps/icons/icon-theme-installer -d "x${DESTDIR}" -t ${theme} -s ${srcdir} -b ${themedir} -m "${mkinstalldirs}" -x "${INSTALL_DATA}" |
11 | 11 | ||
12 | install-data-local: | 12 | install-data-local: |
13 | $(install_icon_exec) -i "${theme_icons}" | 13 | $(install_icon_exec) -i "${theme_icons}" |