f75d2aa2cd
- Take maintainership - Use desktop-file-utils and libtool helpers - Add support for stage dir - Install a predefined list of RSS feeds - Add files/patch-src__libetm-0.4.4__Makefile.in Build Log: https://redports.org/buildarchive/20140722225327-99178/
13 lines
492 B
C
13 lines
492 B
C
--- ./src/tickr/tickr.h.orig 2013-06-16 15:01:04.000000000 +0200
|
|
+++ ./src/tickr/tickr.h 2013-06-16 15:01:29.000000000 +0200
|
|
@@ -173,8 +173,8 @@
|
|
# define STDERR_FILENAME2 "stderr2.txt"
|
|
#endif
|
|
#ifndef G_OS_WIN32
|
|
-# define INSTALL_PATH "/usr/share/" APP_CMD
|
|
-# define IMAGES_PATH INSTALL_PATH "/pixmaps"
|
|
+# define INSTALL_PATH "%%DATADIR%%"
|
|
+# define IMAGES_PATH "%%PREFIX%%/share/pixmaps/" APP_CMD
|
|
#else
|
|
# define IMAGES_PATH APP_NAME /* Actually not a path but a dir name */
|
|
#endif
|